Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau authored Nov 4, 2022
1 parent c7e1c02 commit b1abf2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
echo "value=$genTag" >> $GITHUB_OUTPUT
- uses: montudor/action-zip@v1
with:
args: zip -qq -r dist.zip dist/spa/
args: zip -qq -r release.zip dist/spa/
- name: Upload CI Release
uses: ncipollo/release-action@v1
with:
artifacts: "dist.zip"
artifacts: "release.zip"
tag: ${{ steps.GenTagName.outputs.value }}

0 comments on commit b1abf2e

Please sign in to comment.