CI: Fixed Windows release zip package
This commit is contained in:
parent
c2783f1853
commit
b27cc4e536
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue