Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2021-11-13 20:44:28 +0300
committerFormerLurker <hochgebe@gmail.com>2021-11-13 20:44:28 +0300
commit450cddad024a6ac776e282f554eac25ee8df60e0 (patch)
treeef9ecbf11a2f074d58e458743e8f7a6e30c2b31d
parent0ffe280beb95a1e7564b9157a1aad8f3bef18d89 (diff)
Test action change
-rw-r--r--.github/workflows/ccpp.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 645c7e4..fda6218 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -214,12 +214,12 @@ jobs:
- name: Pack tar
- working-directory: instdir/${{ matrix.config.tar_artifact }}
- run: ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake -E tar cJfv "../${{ matrix.config.tar_artifact }}" .
+ working-directory: instdir
+ run: ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake -E tar cJfv "${{ matrix.config.tar_artifact }}" .
- name: Pack zip
- working-directory: instdir/${{ matrix.config.tar_artifact }}
- run: ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake -E tar "cvf" "../${{ matrix.config.zip_artifact }}" --format=zip .
+ working-directory: instdir
+ run: ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake -E tar "cvf" "${{ matrix.config.zip_artifact }}" --format=zip .
- name: Upload tar