File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change
1
+ name : Release
2
+
1
3
on :
2
4
release :
3
5
types : [created]
9
11
strategy :
10
12
fail-fast : false
11
13
matrix :
12
- include :
13
- - target : x86_64-pc-windows-gnu
14
- archive : zip
15
- - target : x86_64-unknown-linux-musl
16
- archive : tar.gz
17
- - target : x86_64-apple-darwin
18
- archive : zip
19
- - target : wasm32-wasi
20
- archive : zip tar.gz
14
+ target : [x86_64-unknown-linux-musl, x86_64-pc-windows-gnu, x86_64-apple-darwin]
21
15
steps :
22
16
- uses : actions/checkout@master
23
17
- name : Compile and release
24
- uses : rust-build/rust-build.action@master
18
+ uses : rust-build/rust-build.action@latest
25
19
env :
26
20
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
21
RUSTTARGET : ${{ matrix.target }}
28
- ARCHIVE_TYPES : ${{ matrix.archive }}
29
- EXTRA_FILES : " README.md"
22
+ EXTRA_FILES : " README.md LICENCE"
You can’t perform that action at this time.
0 commit comments