Skip to content

Commit

Permalink
Fix compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
KaspianDev authored Jan 5, 2023
1 parent 9fcb0e2 commit a3deea2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@ jobs:
with:
java-version: 17
distribution: temurin
cache: gradle

- name: Make gradlew executable
run: chmod +x ./gradlew

- uses: SpraxDev/Action-SpigotMC@v4
with:
versions: 1.19.3
remapped: true

- name: Build artifacts
run: ./gradlew build
Expand Down

0 comments on commit a3deea2

Please sign in to comment.