From 02ec8d45a5bef49daabb9382c331db3d1f311ca0 Mon Sep 17 00:00:00 2001 From: m1ld3 <74381402+m1ld3@users.noreply.github.com> Date: Fri, 27 Sep 2024 00:00:58 +0200 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index bd29127..2f91676 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -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