Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
vunb committed Nov 5, 2024
1 parent f3b0385 commit a7dea6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Publish
run: dotnet publish CloudSync -r win-x64 -c Release -o Dist
- name: Zip
run: Compress-Archive -Destination Dist-${{ github.ref_name }}-win-x64.zip -Path Dist README.md
run: Compress-Archive -Destination Dist-${{ github.ref_name }}-win-x64.zip -Path Dist,README.md
- name: Upload
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit a7dea6d

Please sign in to comment.