Commit 27a29f6 1 parent 227df96 commit 27a29f6 Copy full SHA for 27a29f6
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
working-directory : ./web
28
28
run : yarn run build --base=/
29
29
- name : Upload Artifcats
30
- uses : actions/upload-artifact@v2
30
+ uses : actions/upload-artifact@v4
31
31
with :
32
32
name : frontend
33
33
path : web/dist/web
73
73
FNAME : ./bin/shinpuru-${{ matrix.goos }}-${{ matrix.goarch }}
74
74
run : mv ${{ env.FNAME }} ${{ env.FNAME }}.exe
75
75
- name : Upload Artifcats
76
- uses : actions/upload-artifact@v2
76
+ uses : actions/upload-artifact@v4
77
77
with :
78
78
name : shinpuru-${{ matrix.goos }}-${{ matrix.goarch }}
79
79
path : bin/
Original file line number Diff line number Diff line change 24
24
working-directory : ./web
25
25
run : yarn run build --base=/
26
26
- name : Upload Artifcats
27
- uses : actions/upload-artifact@v2
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : frontend
30
30
path : web/dist/web
71
71
FNAME : ./bin/shinpuru-${{ matrix.goos }}-${{ matrix.goarch }}
72
72
run : mv ${{ env.FNAME }} ${{ env.FNAME }}.exe
73
73
- name : Upload Artifcats
74
- uses : actions/upload-artifact@v2
74
+ uses : actions/upload-artifact@v4
75
75
with :
76
76
name : backend
77
77
path : bin/
@@ -109,7 +109,7 @@ jobs:
109
109
FNAME : ./bin/setup-${{ matrix.goos }}-${{ matrix.goarch }}
110
110
run : mv ${{ env.FNAME }} ${{ env.FNAME }}.exe
111
111
- name : Upload Artifcats
112
- uses : actions/upload-artifact@v2
112
+ uses : actions/upload-artifact@v4
113
113
with :
114
114
name : setup
115
115
path : bin/
Original file line number Diff line number Diff line change 42
42
FNAME : ./bin/setup-${{ matrix.goos }}-${{ matrix.goarch }}
43
43
run : mv ${{ env.FNAME }} ${{ env.FNAME }}.exe
44
44
- name : Upload Artifcats
45
- uses : actions/upload-artifact@v2
45
+ uses : actions/upload-artifact@v4
46
46
with :
47
47
name : setup
48
48
path : bin/
You can’t perform that action at this time.
0 commit comments