Skip to content

Commit

Permalink
Update how release built works
Browse files Browse the repository at this point in the history
  • Loading branch information
pervoj committed Apr 1, 2024
1 parent 6bb2b8c commit 20cd881
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ jobs:
run: |
npm install
npm run build
rm -rf .git node_modules
- name: Prepare files for archiving
env:
FILES: package.json package-lock.json dist src
run: |
mkdir luminar
cp -r $FILES luminar
- name: Archive the built package
uses: TheDoctor0/zip-release@0.7.6
with:
type: zip
path: luminar
filename: release.zip
- name: Create a release and publish the archive
uses: ncipollo/release-action@v1.14.0
Expand Down

0 comments on commit 20cd881

Please sign in to comment.