1- name : maze
1+ name : spring
22
33permissions :
44 contents : write
55
66on :
77 push :
88 tags :
9- - " *.*.*"
10- - " test-maze -*"
9+ - " spring- *.*.*"
10+ - " test-spring -*"
1111
1212jobs :
1313 Web :
1717 - uses : actions/checkout@v3
1818
1919 - name : Build
20- working-directory : ./day-5
20+ working-directory : ./Spring/afterwards
2121 run : |
2222 set -x
2323 curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/test-calm-013-06/calm.tgz
3030 calm publish-web
3131 ls -lah .
3232 zip -r -9 ${APP_NAME}-web.zip ./web
33- cp *.zip ../
33+ cp *.zip ../../
3434 - name : GH Release
3535 uses : softprops/action-gh-release@v0.1.14
3636 with :
4444 - uses : actions/checkout@v3
4545
4646 - name : Build
47- working-directory : ./day-5
47+ working-directory : ./Spring/afterwards
4848 run : |
4949 set -x
5050 curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/test-calm-013-06/calm.tgz
5656 export APP_ICON="$(pwd)/images/app.png"
5757 calm publish
5858 ls -lah .
59- mv *.AppImage ../
59+ mv *.AppImage ../../
6060 - name : GH Release
6161 uses : softprops/action-gh-release@v0.1.14
6262 with :
7777 - uses : actions/checkout@v3
7878
7979 - name : Build
80- working-directory : ./day-5
80+ working-directory : ./Spring/afterwards
8181 run : |
8282 set -x
8383 export OS_SUBFIX=".${CI_MATRIX_OS}"
9494 export APP_NAME=Maze
9595 calm publish
9696 ls -lah .
97- mv *.dmg ../Maze${OS_SUBFIX}.dmg
97+ mv *.dmg ../../ Maze${OS_SUBFIX}.dmg
9898 - name : GH Release
9999 uses : softprops/action-gh-release@v0.1.14
100100 with :
@@ -110,7 +110,7 @@ jobs:
110110 - uses : msys2/setup-msys2@v2
111111
112112 - name : Build
113- working-directory : ./day-5
113+ working-directory : ./Spring/afterwards
114114 shell : msys2 {0}
115115 run : |
116116 set -x
@@ -122,7 +122,7 @@ jobs:
122122 export APP_ICON="$(pwd)/images/app.ico"
123123 export APP_NAME=Maze
124124 calm publish
125- mv ./*-Installer.exe ../Maze.exe
125+ mv ./*-Installer.exe ../../
126126 ls -lah .
127127 - name : GH Release
128128 uses : softprops/action-gh-release@v0.1.14
0 commit comments