File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
name : navdata_interface.wasm
19
19
path : ./src/wasm_navdata_interface/out/navdata_interface.wasm
20
- - name : Release
21
- uses : softprops/action-gh-release@v1
22
- if : startsWith(github.ref, 'refs/tags/')
23
- with :
24
- files : ./src/wasm_navdata_interface/out/navdata_interface.wasm
Original file line number Diff line number Diff line change
1
+ on :
2
+ push :
3
+ tags :
4
+ - " v*"
5
+ - " !v*-rc*"
6
+ - " !v*-alpha*"
7
+ - " !v*-beta*"
8
+
9
+ jobs :
10
+ build :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - name : Checkout
14
+ uses : actions/checkout@v2
15
+ - name : Build WASM module
16
+ run : |
17
+ ./src/wasm_navdata_interface/scripts/run_docker_cmd.sh ./scripts/build.sh
18
+ - name : Release
19
+ uses : softprops/action-gh-release@v1
20
+ with :
21
+ files : ./src/wasm_navdata_interface/out/navdata_interface.wasm
You can’t perform that action at this time.
0 commit comments