From b27cc4e5360aeb79f63ab0d5b217f4772f6d1afd Mon Sep 17 00:00:00 2001 From: redtide Date: Sat, 26 Aug 2023 16:06:10 +0200 Subject: [PATCH] CI: Fixed Windows release zip package --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3b66414..8f5c0ebe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -294,7 +294,7 @@ jobs: --verbose ` - name: Create zip package if: ${{ github.ref_type == 'tag' }} - run: 7z a "${{ env.install_name }}.zip" ".\build\src\${{ env.build_type }}\sfizz.*" + run: 7z a "${{ env.install_name }}.zip" ".\build\library\*" - name: Upload if: ${{ github.ref_type == 'tag' }} uses: actions/upload-artifact@v3