File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 82
82
tar -czvf ${{ env.RELEASE_NAME }}.tar.gz ${{ env.RELEASE_NAME }}
83
83
84
84
- name : Upload Artifacts
85
- uses : actions/upload-artifact@v2
85
+ uses : actions/upload-artifact@v3
86
86
with :
87
87
name : ${{ env.RELEASE_NAME }}.tar.gz
88
88
path : ./build/${{ env.RELEASE_NAME }}.tar.gz
Original file line number Diff line number Diff line change 75
75
runs-on : ubuntu-latest
76
76
77
77
steps :
78
- - uses : actions/checkout@v2
78
+ - uses : actions/checkout@v3
79
79
80
80
- name : Create Build Environment
81
81
# Some projects don't allow in-source building, so create a separate build directory
Original file line number Diff line number Diff line change 94
94
tar -czvf ${{ env.RELEASE_NAME }}.tar.gz ${{ env.RELEASE_NAME }}
95
95
96
96
- name : Upload Artifacts
97
- uses : actions/upload-artifact@v2
97
+ uses : actions/upload-artifact@v3
98
98
with :
99
99
name : ${{ env.RELEASE_NAME }}.tar.gz
100
100
path : ./build/${{ env.RELEASE_NAME }}.tar.gz
Original file line number Diff line number Diff line change 99
99
tar -czvf ${{ env.RELEASE_NAME }}.tar.gz ${{ env.RELEASE_NAME }}
100
100
101
101
- name : Upload Artifacts
102
- uses : actions/upload-artifact@v2
102
+ uses : actions/upload-artifact@v3
103
103
with :
104
104
name : ${{ env.RELEASE_NAME }}.tar.gz
105
105
path : ./build/${{ env.RELEASE_NAME }}.tar.gz
Original file line number Diff line number Diff line change 69
69
shell : cmd
70
70
71
71
- name : Upload Artifacts
72
- uses : actions/upload-artifact@v2
72
+ uses : actions/upload-artifact@v3
73
73
with :
74
74
name : ${{ env.RELEASE_NAME }}.zip
75
75
path : ./build/${{ env.RELEASE_NAME }}.zip
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
shell : cmd
117
117
118
118
- name : Upload Artifacts
119
- uses : actions/upload-artifact@v2
119
+ uses : actions/upload-artifact@v3
120
120
with :
121
121
name : ${{ env.RELEASE_NAME }}.zip
122
122
path : ./build/${{ env.RELEASE_NAME }}.zip
Original file line number Diff line number Diff line change 22
22
runs-on : windows-latest
23
23
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v3
26
26
27
27
- name : Add MSBuild to PATH
28
28
uses : microsoft/setup-msbuild@v1
You can’t perform that action at this time.
0 commit comments