Commit 5f8be26e authored by nanahira's avatar nanahira

shrink

parent 2c94749b
...@@ -62,7 +62,7 @@ pack: ...@@ -62,7 +62,7 @@ pack:
- cd .. - cd ..
- 7z a -mx9 dist/archive/ygopro-222DIY-data.7z expansions update ygopro.exe - 7z a -mx9 dist/archive/ygopro-222DIY-data.7z expansions update ygopro.exe
- 7z a -mx9 dist/archive/ygopro-222DIY-sound.7z sound - 7z a -mx9 dist/archive/ygopro-222DIY-sound.7z sound
- mv -f * dist/contents/ || true - ls -1 | sed '/dist/d' | xargs -I {} mv {} dist/contents/
artifacts: artifacts:
paths: paths:
- dist/ - dist/
...@@ -97,6 +97,6 @@ upload_to_minio: ...@@ -97,6 +97,6 @@ upload_to_minio:
image: python image: python
script: script:
- pip install -U -i https://mirrors.aliyun.com/pypi/simple/ awscli - pip install -U -i https://mirrors.aliyun.com/pypi/simple/ awscli
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/ s3://mycard/ygopro-222DIY - aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/ s3://mycard/ygopro-222DIY > /dev/null
only: only:
- master - master
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