Commit 2c94749b authored by nanahira's avatar nanahira

don't use rsync

parent 1c577a2d
Pipeline #111 passed with stages
in 59 minutes and 55 seconds
...@@ -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
- rsync -avz --exclude=.*.yml --exclude=.git* --exclude=dist ./ dist/contents - mv -f * dist/contents/ || true
artifacts: artifacts:
paths: paths:
- dist/ - dist/
......
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