Skip to content

Commit

Permalink
fix shims build and upload release
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul007-bit committed Feb 29, 2024
2 parents cb01798 + 6b893a1 commit d39c4de
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/webassembly-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,11 @@ jobs:
- name: Build Jsonnet
working-directory: .
run: |
make build-jsonnet
make build-jsonnet
- name: Build Release Binary
run: cargo build --release

- name: Upload to GitHub Releases
uses: actions/upload-rust-binary-action@v1
with:
bin: your_binary_name

0 comments on commit d39c4de

Please sign in to comment.