Skip to content

Commit

Permalink
Update github workflow build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
manpreeeeeet committed Oct 22, 2024
1 parent 46c1184 commit 9c34426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cd frontend
npm install
npm run build
cp dist/ ../src/main/kotlin/resources/static/
cp -r dist/ ../src/main/kotlin/resources/static/
cd ..
- run:
Expand Down

0 comments on commit 9c34426

Please sign in to comment.