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+
13on :
24 release :
35 types : [created]
911 strategy :
1012 fail-fast : false
1113 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]
2115 steps :
2216 - uses : actions/checkout@master
2317 - name : Compile and release
24- uses : rust-build/rust-build.action@master
18+ uses : rust-build/rust-build.action@latest
2519 env :
2620 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2721 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