Skip to content

Commit

Permalink
Rename snapcast_win64 to snapclient_win64
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Aug 20, 2024
1 parent 0ab0a11 commit 3da1ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@ jobs:
copy ${env:VCPKG_INSTALLATION_ROOT}\installed\x64-windows\bin\soxr.dll bundle\
copy "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Redist\MSVC\v142\vc_redist.x64.exe" bundle\
copy bin\Release\snapclient.exe bundle\
Compress-Archive -Path bundle\* -Destination snapcast_win64.zip
Compress-Archive -Path bundle\* -Destination snapclient_win64.zip
- name: Release artifacts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global --add safe.directory .
gh release upload ${{needs.release.outputs.tag}} snapcast_win64.zip
gh release upload ${{needs.release.outputs.tag}} snapclient_win64.zip
# mac:
# strategy:
Expand Down

0 comments on commit 3da1ff9

Please sign in to comment.