Skip to content

Commit

Permalink
Zip only dist
Browse files Browse the repository at this point in the history
  • Loading branch information
UniqueClone authored Jan 5, 2024
1 parent 27249aa commit 7662275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_goals-bingo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
npm run build --if-present
- name: compress artifact
run: zip -r app-release.zip .
run: zip -r app-release.zip ./dist

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7662275

Please sign in to comment.