Commit 07938b70 authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent 000a4495
Pipeline #39637 passed with stages
in 3 minutes and 17 seconds
......@@ -176,7 +176,7 @@ pack:
# 仅在 tag 构建时写入 latest-tag.txt
- |
if [ -n "$CI_COMMIT_TAG" ]; then
echo "https://cdncf.moecube.com/ygopro-super-pre/archive/ygopro-super-pre-${CI_COMMIT_TAG}.ypk" > data/latest-tag.txt
echo "https://cdntx.moecube.com/ygopro-super-pre/archive/ygopro-super-pre-${CI_COMMIT_TAG}.ypk" > data/latest-tag.txt
fi
- cd data
- 7z a -mx9 ../archive/ygopro-super-pre.zip pics script pack *.cdb *.conf *.ini
......
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