Skip to content

Commit

Permalink
Update Release.yml
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
ProjectNyaser authored Aug 29, 2024
1 parent e88854d commit 4f97bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: dotnet publish -p:PublishProfile=FolderProfile

- name: Zip the Build
run: Compress-Archive -Path .\bin\publish\* -DestinationPath Genshin.Downloader.ziph/
run: Compress-Archive -Path .\bin\publish\* -DestinationPath Genshin.Downloader.zip

- name: Upload Release Asset
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 4f97bce

Please sign in to comment.