Commit f418d99d authored by nanahira's avatar nanahira

fix

parent e062034c
Pipeline #2495 passed with stages
in 1 minute and 31 seconds
...@@ -25,7 +25,8 @@ build: ...@@ -25,7 +25,8 @@ build:
- chmod +x ./bot - chmod +x ./bot
- mkdir dist - mkdir dist
- 7z a -mx9 dist/WindBot.7z WindBot Bot.exe bot.conf - 7z a -mx9 dist/WindBot.7z WindBot Bot.exe bot.conf
- tar zcvf dist/windbot.tar.gz WindBot bot.conf bot - mv WindBot windbot
- tar zcvf dist/windbot.tar.gz windbot bot.conf bot
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