File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: 🧪 Release
2
2
3
3
on : [push, pull_request]
4
4
5
+ concurrency :
6
+ group : ${{ github.ref }}
7
+ cancel-in-progress : true
8
+
5
9
jobs :
6
10
# Build the project for all the targets and generate artifacts.
7
11
build :
@@ -183,7 +187,7 @@ jobs:
183
187
# Upload the binary for each target
184
188
- name : Upload the binary
185
189
id : upload-binary
186
- uses : actions/upload-artifact@v3
190
+ uses : actions/upload-artifact@v4
187
191
with :
188
192
name : ${{ env.TARGET }}.tar.gz
189
193
path : target/package/${{ env.TARGET }}.tar.gz
@@ -278,7 +282,7 @@ jobs:
278
282
VERSION : ${{ env.VERSION }}
279
283
with :
280
284
tag_name : v${{ env.VERSION }}
281
- release_name : LibMake 🦀 v${{ env.VERSION }}
285
+ release_name : Libmake 🦀 v${{ env.VERSION }}
282
286
body_path : ${{ github.workspace }}/CHANGELOG.md
283
287
draft : true
284
288
prerelease : false
You can’t perform that action at this time.
0 commit comments