Skip to content

Commit

Permalink
Third package name fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Oct 16, 2024
1 parent 8011c47 commit 542bc0c
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 @@ -360,7 +360,7 @@ jobs:
- name: Create installer
shell: bash
run: |
cpack --config build/CPackConfig.cmake -D CPACK_PACKAGE_FILE_NAME="cwipc_${{ github.ref_name }}_android_arm64.tar.gz"
cpack --config build/CPackConfig.cmake -D CPACK_PACKAGE_FILE_NAME="cwipc_${{ github.ref_name }}_android_arm64"
ls -l build/package
- name: Capture build folder as artifact
Expand Down

0 comments on commit 542bc0c

Please sign in to comment.