Skip to content

Commit

Permalink
fix the build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Sep 29, 2023
1 parent 691f3df commit 4895d71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
./gradlew build -Pversion=$REL_VER
echo "Building UI"
ls -ltr server/build/libs
docker/build-ui.sh
cd docker
./build-ui.sh
echo "Done building UI"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 4895d71

Please sign in to comment.