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>2020-05-12 22:51:59 +0300
committerFormerLurker <hochgebe@gmail.com>2020-05-12 22:51:59 +0300
commitccf35c63d2ea6297e2b2b9b37d4297b497855691 (patch)
tree085d88b0eccec6c8591d915851124df705d849aa /.github
parente69c93485aaaf248be67673441da70436ada989f (diff)
Attempt to fix zip creation
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 1dc5ba0..dc81d62 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -226,7 +226,7 @@ jobs:
- name: Pack zip
working-directory: instdir
- run: ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake -E tar cfv --format=zip ../${{ matrix.config.artifact_zip }} .
+ run: ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake -E tar "cf" "../${{ matrix.config.artifact_zip }}" --format=zip .
- name: Upload tar