Skip to content

Commit

Permalink
fix typo. (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeUkKim authored Nov 21, 2024
1 parent 1bdf31c commit 7e80abb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
precompile/modules/minitia_stdlib
precompile/modules/move_nursery
precompile/modules/move_stdlib
destination-username: 'initia-labs'
destination-repo: 'move-natives'
destination-branch: 'main'
email: '[email protected]'
commit-msg: 'bump movevm ${{ github.event.workflow_run.head_branch }}'
destination-username: "initia-labs"
destination-repo: "move-natives"
destination-branch: "main"
email: "[email protected]"
commit-msg: "bump movevm ${{ github.event.workflow_run.head_branch }}"

- name: Push shared dynamic libraries to builder.js
uses: initia-labs/actions/push-to-repo@main
Expand All @@ -39,14 +39,14 @@ jobs:
with:
sources: |
api/libmovevm.dylib
api/licompiler.dylib
api/libcompiler.dylib
api/libmovevm.x86_64.so
api/libmovevm.aarch64.so
api/libcompiler.x86_64.so
api/libcompiler.aarch64.so
destination-username: 'initia-labs'
destination-repo: 'builder.js'
destination-branch: 'main'
destination-dir: 'library'
email: '[email protected]'
commit-msg: 'bump movevm ${{ github.event.workflow_run.head_branch }}'
destination-username: "initia-labs"
destination-repo: "builder.js"
destination-branch: "main"
destination-dir: "library"
email: "[email protected]"
commit-msg: "bump movevm ${{ github.event.workflow_run.head_branch }}"

0 comments on commit 7e80abb

Please sign in to comment.