Skip to content

Commit

Permalink
fix github build
Browse files Browse the repository at this point in the history
  • Loading branch information
Termina1 committed Oct 2, 2023
1 parent 61053aa commit 5ac2724
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
with:
distribution: 'zulu'
java-version: 20
- name: Build zip
- name: Setup gradle
uses: gradle/gradle-build-action@v2
with:
arguments: distZip
- name: Build zip
run: make distZip
- name: Upload Release
id: upload-release-asset
uses: svenstaro/upload-release-action@v1-release
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jib: build-foundation
jib-docker: build-foundation
./gradlew jibDockerBuild -Pdocker=drpcorg

disZip: build-foundation
./gradlew disZip

clean:
./gradlew clean;
cd foundation && ../gradlew clean

0 comments on commit 5ac2724

Please sign in to comment.