Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SPauly authored Aug 28, 2024
1 parent 1e4f283 commit 6410dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Compress Install
run: |
7z a -tzip ${{ steps.strings.outputs.build-output-dir }}/install/ViscoCorrectCore-${{ matrix.config.name }}.zip ${{ steps.strings.outputs.build-output-dir }}/install
7z a -tzip ${{ steps.strings.outputs.build-output-dir }}/install/ViscoCorrectCore-${{ matrix.config.name }}.zip ${{ steps.strings.outputs.build-output-dir }}/install/*
- name: Upload Artifacts
if: success()
Expand Down

0 comments on commit 6410dda

Please sign in to comment.