Skip to content

Commit 2226ac4

Browse files
authored
Fix release script
1 parent 88261f3 commit 2226ac4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
cargo login $TOKEN
2929
cargo publish --allow-dirty
3030
31-
build:
31+
archive:
32+
runs-on: ubuntu-latest
33+
name: Archive
3234
steps:
3335
- name: Checkout repository
3436
uses: actions/checkout@v4
@@ -68,7 +70,7 @@ jobs:
6870
6971
release:
7072
runs-on: ubuntu-latest
71-
needs: ['build']
73+
needs: ['archive']
7274
# continue even though we failed to download or upload one
7375
# or more artefacts
7476
continue-on-error: true

0 commit comments

Comments
 (0)