Skip to content

Commit

Permalink
zip standalone only
Browse files Browse the repository at this point in the history
  • Loading branch information
rayxke authored Aug 25, 2024
1 parent 5f9c2c6 commit 26651e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:

- name: Zip (macOS)
if: ${{ matrix.name == 'macOS' }}
working-directory: ${{ env.ARTIFACTS_PATH }}
working-directory: ${{ env.ARTIFACTS_PATH }}/Standalone
run: 7z a -tzip "${{ env.ARTIFACT_NAME }}.zip" "-xr!lib${{ env.PRODUCT_NAME }}_SharedCode.a" .

- name: Generate Installer
Expand Down

0 comments on commit 26651e0

Please sign in to comment.