Commit 3dd61791 authored by nanahira's avatar nanahira

use full url for latest-tag

parent 0c730f48
...@@ -176,7 +176,7 @@ pack: ...@@ -176,7 +176,7 @@ pack:
# 仅在 tag 构建时写入 latest-tag.txt # 仅在 tag 构建时写入 latest-tag.txt
- | - |
if [ -n "$CI_COMMIT_TAG" ]; then if [ -n "$CI_COMMIT_TAG" ]; then
echo "$CI_COMMIT_TAG" > data/latest-tag.txt echo "https://cdn02.moecube.com:444/ygopro-super-pre/archive/ygopro-super-pre-${CI_COMMIT_TAG}.ypk" > data/latest-tag.txt
fi fi
- cd data - cd data
- 7z a -mx9 ../archive/ygopro-super-pre.zip pics script pack *.cdb *.conf *.ini - 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