CI: Fixed Windows release zip package

This commit is contained in:
redtide 2023-08-26 16:06:10 +02:00
parent c2783f1853
commit b27cc4e536
No known key found for this signature in database

View file

@ -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