Skip to content

Commit 7d61356

Browse files
committed
Update workflow
1 parent ea5563a commit 7d61356

File tree

4 files changed

+641
-3
lines changed

4 files changed

+641
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
build:
1111
name: Release - ${{ matrix.platform.os-name }}
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
platform:
1516
- os-name: Linux-x86_64
@@ -58,6 +59,7 @@ jobs:
5859
release:
5960
name: Release
6061
needs: build
62+
if: ${{ success() }}
6163
runs-on: ubuntu-latest
6264
steps:
6365
- name: Checkout

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/target
2-
Cargo.lock

0 commit comments

Comments
 (0)