Skip to content

Commit fcef652

Browse files
Revert
1 parent 7240598 commit fcef652

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# .github/workflows/release.yml
22

33
on:
4-
push:
5-
branches: [ "main" ]
64
release:
75
types: [created]
86

@@ -11,18 +9,15 @@ jobs:
119
name: release ${{ matrix.target }}
1210
runs-on: ubuntu-latest
1311
strategy:
14-
fail-fast: true
12+
fail-fast: false
1513
matrix:
16-
toolchain:
17-
- nightly
18-
include:
19-
- target: nightly-x86_64-pc-windows-gnu
14+
include:
15+
- target: x86_64-pc-windows-gnu
2016
archive: zip
21-
- target: nightly-x86_64-unknown-linux-musl
17+
- target: x86_64-unknown-linux-musl
2218
archive: tar.gz tar.xz tar.zst
23-
- target: nightly-x86_64-apple-darwin
19+
- target: x86_64-apple-darwin
2420
archive: zip
25-
2621
steps:
2722
- uses: actions/checkout@master
2823
- name: Compile and release

0 commit comments

Comments
 (0)