ci: fix Windows gh release pipeline (#165)

This commit is contained in:
Yihau Chen 2024-03-11 12:29:24 +08:00 committed by GitHub
parent d88050cda3
commit 3863bb1bdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: windows-artifact
path: .windows-release/
path: ./windows-release/
- name: Release
uses: softprops/action-gh-release@v1