Skip to content

Commit

Permalink
Update build-libantimonyjs-github-actions.yml
Browse files Browse the repository at this point in the history
Add command to copy antimony_wrap.js into release directory.
  • Loading branch information
bartjuw authored Apr 24, 2024
1 parent 57cff79 commit a48a90e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-libantimonyjs-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:
- name: Copy libantimonyjs to release dir
run: cp libantimony.* $GITHUB_WORKSPACE/release/v$ANT_VERS
working-directory: install
- name: Copy antimony_wrap.js to release dir
run: cp $GITHUB_WORKSPACE/scripts/antimony_wrap.js $GITHUB_WORKSPACE/release/v$ANT_VERS
- name: generate ReleaseInfo.txt
run: echo "libantimonyjs release $ANT_VERS" > v$ANT_VERS/ReleaseInfo.txt
working-directory: release
Expand Down Expand Up @@ -150,4 +152,4 @@ jobs:





0 comments on commit a48a90e

Please sign in to comment.