Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WietseWind authored Jun 6, 2024
1 parent 683831b commit 471d93e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
name: dist
path: dist

- name: Archive
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'explorer.zip'
directory: 'dist'

- name: Release
uses: softprops/action-gh-release@v2
with:
Expand All @@ -45,7 +52,5 @@ jobs:
name: autorelease
tag_name: autorelease
files: |
dist/*
dist/js/*
dist/css/*
explorer.zip
fail_on_unmatched_files: true

0 comments on commit 471d93e

Please sign in to comment.