Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
hschell-cortado committed Jun 29, 2022
1 parent cc73349 commit 9c57d40
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,20 @@ jobs:
name: ${{ env.ARTIFACT_NAME }}
path: '${{ env.DIST_PATH }}'

- name: Zip npm artifact for release
- name: Zip artifact for release
uses: thedoctor0/zip-release@master
with:
type: 'zip'
directory: ${{ env.DIST_PATH }}
path: '.'
filename: ${{ env.ARTIFACT_NAME }}-${{ env.MODULE_VERSION }}.zip

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: ${{ env.ARTIFACT_NAME }}-${{ env.MODULE_VERSION }}.zip
path: ${{ env.ARTIFACT_NAME }}-${{ env.MODULE_VERSION }}.zip

- name: Create release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 9c57d40

Please sign in to comment.