From 3da1ff9ed55e9f0b48530f53c38c7b7f01859135 Mon Sep 17 00:00:00 2001 From: badaix Date: Tue, 20 Aug 2024 10:21:50 +0200 Subject: [PATCH] Rename snapcast_win64 to snapclient_win64 --- .github/workflows/package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index e3eb9a4b..843225f9 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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: