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 6b53a61 commit 087a446
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ jobs:
name: Build
path: packages/canyon-cli/out

# release:
# runs-on: ubuntu-latest
# permissions:
# contents: write
#
# needs: build
#
# steps:
# - uses: actions/download-artifact@v3
# with:
# name: Build
# path: build
# - run: zip -r build.zip build/
# - uses: ncipollo/release-action@v1
# with:
# artifacts: "build.zip"
release:
runs-on: ubuntu-latest
permissions:
contents: write

needs: build

steps:
- uses: actions/download-artifact@v3
with:
name: Build
path: build
- run: zip -r build.zip build/
- uses: ncipollo/release-action@v1
with:
artifacts: "build.zip"

0 comments on commit 087a446

Please sign in to comment.