Skip to content

Commit

Permalink
Update build-libantimonyjs-github-actions.yml
Browse files Browse the repository at this point in the history
copy libantimonyjs to /docs/demo
  • Loading branch information
bartjuw authored Jul 19, 2024
1 parent f51792f commit 8d835b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-libantimonyjs-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,18 @@ jobs:
working-directory: release
- run: echo "From Emscripten - _malloc, _free, ccall, cwrap, allocateUTF8, UTF8ToString." >> v$ANT_VERS/ReleaseInfo.txt
working-directory: release
- run: cp -f v$ANT_VERS/ReleaseInfo.txt $GITHUB_WORKSPACE/docs
- run: cp -f v$ANT_VERS/ReleaseInfo.txt $GITHUB_WORKSPACE/docs/demo
working-directory: release
- name: Copy libantimonyjs to docs dir
run: cp -f libantimony.* $GITHUB_WORKSPACE/docs
run: cp -f libantimony.* $GITHUB_WORKSPACE/docs/demo
working-directory: install
- name: Check in changes
run: |
date > generated.txt
git config user.name github-actions
git config user.email [email protected]
git add release/v$ANT_VERS/libantimony.js release/v$ANT_VERS/ReleaseInfo.txt
git commit -m "new build for antimony v$ANT_VERS" release/v$ANT_VERS/libantimony.js release/v$ANT_VERS/ReleaseInfo.txt docs/libantimony.js docs/ReleaseInfo.txt
git commit -m "new build for antimony v$ANT_VERS" release/v$ANT_VERS/libantimony.js release/v$ANT_VERS/ReleaseInfo.txt docs/demo/libantimony.js docs/demo/ReleaseInfo.txt
git push
Expand Down

0 comments on commit 8d835b6

Please sign in to comment.