We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7240598 commit fcef652Copy full SHA for fcef652
.github/workflows/release.yml
@@ -1,8 +1,6 @@
1
# .github/workflows/release.yml
2
3
on:
4
- push:
5
- branches: [ "main" ]
6
release:
7
types: [created]
8
@@ -11,18 +9,15 @@ jobs:
11
9
name: release ${{ matrix.target }}
12
10
runs-on: ubuntu-latest
13
strategy:
14
- fail-fast: true
+ fail-fast: false
15
matrix:
16
- toolchain:
17
- - nightly
18
- include:
19
- - target: nightly-x86_64-pc-windows-gnu
+ include:
+ - target: x86_64-pc-windows-gnu
20
archive: zip
21
- - target: nightly-x86_64-unknown-linux-musl
+ - target: x86_64-unknown-linux-musl
22
archive: tar.gz tar.xz tar.zst
23
- - target: nightly-x86_64-apple-darwin
+ - target: x86_64-apple-darwin
24
25
-
26
steps:
27
- uses: actions/checkout@master
28
- name: Compile and release
0 commit comments