Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ld3 authored Sep 26, 2024
1 parent 79c15e7 commit 02ec8d4
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 @@ -106,7 +106,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
if [ "${{ runner.os }}" == "Linux" ]; then
tar -cvzf build-${{ matrix.os }}-${{ matrix.build_type }}.tar.gz ${{ steps.strings.outputs.build-output-dir }}/bin/
cd ${{ steps.strings.outputs.build-output-dir }}/install && tar -cvzf ../../build-${{ matrix.os }}-${{ matrix.build_type }}.tar.gz .
else
pwsh -Command "Compress-Archive -Path '${{ steps.strings.outputs.build-output-dir }}/bin/*' -DestinationPath 'build-${{ matrix.os }}-${{ matrix.build_type }}.zip'"
fi
Expand Down

0 comments on commit 02ec8d4

Please sign in to comment.