Skip to content

Commit

Permalink
fix: test ls to check build war name
Browse files Browse the repository at this point in the history
  • Loading branch information
Zurcusa committed Sep 24, 2024
1 parent 55bba3b commit 87940c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:

- name: Unzip WAR file
run: |
ls -l
unzip ./build/libs/*.war -d dist
rm -rf ./dist/META-INF ./dist/WEB-INF ./dist/index.html
Expand Down

0 comments on commit 87940c9

Please sign in to comment.