Skip to content

Commit b2c0d49

Browse files
committed
ci: use afterwards for spring ci
1 parent 7d995a4 commit b2c0d49

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: maze
1+
name: spring
22

33
permissions:
44
contents: write
55

66
on:
77
push:
88
tags:
9-
- "*.*.*"
10-
- "test-maze-*"
9+
- "spring-*.*.*"
10+
- "test-spring-*"
1111

1212
jobs:
1313
Web:
@@ -17,7 +17,7 @@ jobs:
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
@@ -30,7 +30,7 @@ jobs:
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:
@@ -44,7 +44,7 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
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:
@@ -77,7 +77,7 @@ jobs:
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}"
@@ -94,7 +94,7 @@ jobs:
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

Comments
 (0)