Skip to content

Commit bdd709b

Browse files
Merge pull request #31 from sebastienrousseau/feat/libmake
fix(libmake): 🚑 fix release ci
2 parents d2a23d9 + 707063c commit bdd709b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: 🧪 Release
22

33
on: [push, pull_request]
44

5+
concurrency:
6+
group: ${{ github.ref }}
7+
cancel-in-progress: true
8+
59
jobs:
610
# Build the project for all the targets and generate artifacts.
711
build:
@@ -183,7 +187,7 @@ jobs:
183187
# Upload the binary for each target
184188
- name: Upload the binary
185189
id: upload-binary
186-
uses: actions/upload-artifact@v3
190+
uses: actions/upload-artifact@v4
187191
with:
188192
name: ${{ env.TARGET }}.tar.gz
189193
path: target/package/${{ env.TARGET }}.tar.gz
@@ -278,7 +282,7 @@ jobs:
278282
VERSION: ${{ env.VERSION }}
279283
with:
280284
tag_name: v${{ env.VERSION }}
281-
release_name: LibMake 🦀 v${{ env.VERSION }}
285+
release_name: Libmake 🦀 v${{ env.VERSION }}
282286
body_path: ${{ github.workspace }}/CHANGELOG.md
283287
draft: true
284288
prerelease: false

0 commit comments

Comments
 (0)