Skip to content

Commit

Permalink
include dashboard in zip
Browse files Browse the repository at this point in the history
  • Loading branch information
cysabi committed May 3, 2023
1 parent dad823b commit b449a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: npm i
- run: npx vite build --mode dashboard
- run: npx vite build --mode graphics
- run: zip -r ${{ github.event.repository.name }}.zip graphics package.json LICENSE
- run: zip -r ${{ github.event.repository.name }}.zip graphics dashboard package.json LICENSE
- uses: svenstaro/upload-release-action@v2
with:
file: "${{ github.event.repository.name }}.zip"
Expand Down

0 comments on commit b449a86

Please sign in to comment.