Skip to content

Commit

Permalink
ci: remove static library from Linux release
Browse files Browse the repository at this point in the history
  • Loading branch information
zsliu98 authored and sudara committed Apr 26, 2024
1 parent 9d6afc8 commit d8a5d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Zip
if: ${{ matrix.name == 'Linux' }}
working-directory: ${{ env.ARTIFACTS_PATH }}
run: 7z a -tzip "${{ env.ARTIFACT_NAME }}.zip" .
run: 7z a -tzip "${{ env.ARTIFACT_NAME }}.zip" "-xr!lib${{ env.PRODUCT_NAME }}_SharedCode.a" .

- name: Generate Installer
if: ${{ matrix.name == 'Windows' }}
Expand Down

0 comments on commit d8a5d70

Please sign in to comment.