Skip to content

Commit

Permalink
Add Jsonnet file to bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul007-bit committed Mar 3, 2024
1 parent 584699f commit fadd0b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ jobs:
filename: 'jsonnet.zip'
exclusions: '*.git* /*node_modules/* .editorconfig'
path: 'JS/jsonnet'


- name: Copy Jsonnet
working-directory: .
run: |
cp jsonnet.zip bin/
- name: Copy Javy bin
working-directory: .
run: |
Expand Down

0 comments on commit fadd0b3

Please sign in to comment.