Skip to content

Commit

Permalink
Add separate webassembly release job
Browse files Browse the repository at this point in the history
  • Loading branch information
arriven committed Mar 7, 2022
1 parent 0f34c00 commit 768a90d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-wasm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
release:
types: [created]

jobs:
releases-matrix:
name: Release Go webassembly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: js
goarch: wasm

0 comments on commit 768a90d

Please sign in to comment.