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 23:10:54 +0300
committerFormerLurker <hochgebe@gmail.com>2020-05-12 23:10:54 +0300
commit9c760d49dfb2bcd75703e53d026d1443eddc01c9 (patch)
treee9aa8168f6b1d4a7ec7f068a6732e053277f7b5c /.github
parentccf35c63d2ea6297e2b2b9b37d4297b497855691 (diff)
Try to fix .zip.zip file 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 dc81d62..f230334 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 "cf" "../${{ matrix.config.artifact_zip }}" --format=zip .
+ run: ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake -E tar "cvf" "../${{ matrix.config.artifact_zip }}" --format=zip .
- name: Upload tar