From 32708379fe8fe91e4e21b6928d6384162abcd091 Mon Sep 17 00:00:00 2001 From: FormerLurker Date: Sat, 13 Nov 2021 12:12:28 -0600 Subject: Give up trying to fix zip format (exclude directory with file name) and revert. --- .github/workflows/ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 96ca171..1087cf1 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -215,11 +215,11 @@ jobs: - name: Pack zip working-directory: instdir - run: ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake -E tar "cvf" "${{ matrix.config.zip_artifact }}" "../" --format=zip . + run: ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake -E tar "cvf" "../${{ matrix.config.zip_artifact }}" --format=zip . - name: Pack tar working-directory: instdir - run: ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake -E tar cJfv "${{ matrix.config.tar_artifact }}" "../" . + run: ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake -E tar cJfv "../${{ matrix.config.tar_artifact }}" . - name: Upload tar uses: actions/upload-artifact@v1 -- cgit v1.2.3