Skip to content

Commit

Permalink
GitAction deploy eleventh fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Finevman committed Jul 13, 2023
1 parent 47cfc4f commit 59a9b6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
run: |
ARCHIVE_NAME="privacydashboard-${{ steps.tagName.outputs.tag }}"
ARCHIVE_FILE="${ARCHIVE_NAME}.zip"
zip -r ${ARCHIVE_FILE} . -i privacydashboard/target/classes
zip -r ${ARCHIVE_FILE} . -i privacydashboard/target/flow-frontend
zip -r ${ARCHIVE_FILE} . -i privacydashboard/*
- name: Create a release
Expand Down

0 comments on commit 59a9b6f

Please sign in to comment.