Commit d75f074b authored by nanahira's avatar nanahira

better compress

parent d9b4d7d9
Pipeline #38949 passed with stages
in 119 minutes and 11 seconds
...@@ -144,7 +144,7 @@ resources: ...@@ -144,7 +144,7 @@ resources:
- mv ../../Puzzle . - mv ../../Puzzle .
# - mv ../../Sound . # - mv ../../Sound .
- rsync -a ../../Data/ ./Data - rsync -a ../../Data/ ./Data
- tar --zstd -cf ../../dist/mdpro3-$CI_COMMIT_REF_NAME-$TARGET_PLATFORM.tar.zst . - tar -I 'zstd -T0' -cf ../../dist/mdpro3-$CI_COMMIT_REF_NAME-$TARGET_PLATFORM.tar.zst .
- cd ../.. - cd ../..
artifacts: artifacts:
paths: paths:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment