Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hschell-cortado committed Jun 29, 2022
1 parent c44c383 commit 4f143ae
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,24 @@ jobs:
- run: npm ci
- run: npm run build

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

- 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: list directory
run: |
ls -lR
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 4f143ae

Please sign in to comment.