Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang committed Dec 19, 2023
1 parent 8de0931 commit d310ffe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
with:
name: Build
path: packages/canyon-cli/out
- run: zip -r build.zip packages/canyon-cli/out/
- run: mv packages/canyon-cli/out build
- run: zip -r build.zip build/
- uses: ncipollo/release-action@v1
with:
artifacts: "build.zip"

0 comments on commit d310ffe

Please sign in to comment.