File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ jobs:
6262 if : startsWith(github.ref, 'refs/tags/')
6363 run : |
6464 cd release
65- mkdir -p zCatch/data
65+ mkdir -p zCatch
6666 cp zcatch_srv zCatch/.
6767 cp ../storage.cfg zCatch/.
68- cp -R data/maps zCatch/data/ .
68+ cp -R data/maps zCatch/.
6969 touch zCatch/autoexec.cfg
7070 zip -r zCatch_macOS.zip zCatch
7171
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ jobs:
6363 if : startsWith(github.ref, 'refs/tags/')
6464 run : |
6565 cd release
66- mkdir -p zCatch/data
66+ mkdir -p zCatch
6767 cp zcatch_srv zCatch/.
6868 cp ../storage.cfg zCatch/.
69- cp -R data/maps zCatch/data/ .
69+ cp -R data/maps zCatch/.
7070 touch zCatch/autoexec.cfg
7171 tar -zcvf zCatch_Linux.tar.gz zCatch
7272
You can’t perform that action at this time.
0 commit comments