Skip to content

Commit

Permalink
Fix CI for pink-quickjs
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Dec 15, 2023
1 parent f91889a commit b1f98f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pink-quickjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: cargo install cargo-contract --version=^4.0.0-alpha --locked
shell: bash
- name: Build pink-quickjs
run: make opt -C pink-quickjs
run: make -C pink-quickjs
shell: bash
- name: Publish
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit b1f98f4

Please sign in to comment.