Skip to content

Commit

Permalink
fix: build action
Browse files Browse the repository at this point in the history
  • Loading branch information
RawDiamondMC authored Nov 15, 2024
1 parent a1f9512 commit 66043e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
distribution: "microsoft"
- name: setup gradle
uses: gradle/actions/setup-gradle@v4
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: build
run: ./gradlew build
- name: capture build artifacts
Expand Down

0 comments on commit 66043e4

Please sign in to comment.