Skip to content

Commit

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

0 comments on commit 0960f4a

Please sign in to comment.