Commit 3fbf6a87 authored by nanahira's avatar nanahira

fix

parent 40d23daa
Pipeline #3579 passed with stages
in 11 minutes and 37 seconds
......@@ -5,5 +5,5 @@ set -o errexit
apt update && apt -y install tar git
git submodule update --init
mkdir dist
mkdir dist replay
tar -zcf dist/ygopro-$CI_COMMIT_REF_NAME-linux-$TARGET_LOCALE.tar.gz --exclude='.git*' ygopro LICENSE README.md libIrrKlang.so lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay sound windbot bot bot.conf
......@@ -5,5 +5,5 @@ set -o errexit
apt update && apt -y install tar git
git submodule update --init
mkdir dist
mkdir dist replay
tar -zcf dist/ygopro-$CI_COMMIT_REF_NAME-linux-$TARGET_LOCALE.tar.gz --exclude='.git*' ygopro.app LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay sound windbot bot bot.conf
......@@ -5,5 +5,5 @@ set -o errexit
apt update && apt -y install tar git
git submodule update --init
mkdir dist
mkdir dist replay
tar -zcf dist/ygopro-$CI_COMMIT_REF_NAME-win32-$TARGET_LOCALE.tar.gz --exclude='.git*' ygopro.exe LICENSE README.md lflist.conf strings.conf system.conf cards.cdb script textures deck single pics replay sound bot.conf Bot.exe WindBot
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