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:44:41 +0300
committerFormerLurker <hochgebe@gmail.com>2020-05-12 22:44:41 +0300
commite69c93485aaaf248be67673441da70436ada989f (patch)
tree359dd4d225371cae7ec97d67a55a2c2c73e2de34 /.github
parentac3377c9c0c0ef843884a7cd54aa331ac2394be0 (diff)
correct 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 a1ba2f4..1dc5ba0 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 zip cJfv ../${{ matrix.config.artifact_zip }} .
+ run: ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake -E tar cfv --format=zip ../${{ matrix.config.artifact_zip }} .
- name: Upload tar