Skip to content

Commit d255af3

Browse files
committed
chore: add release workflow step
1 parent f9e0afc commit d255af3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ jobs:
1717
with:
1818
name: navdata_interface.wasm
1919
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

0 commit comments

Comments
 (0)