Skip to content

Commit

Permalink
Set JDK version for Windows publishing action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbailey committed Jan 26, 2025
1 parent 029d9a9 commit 50b064e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v1

- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17

- name: Publish Windows x64 library to Maven
run: ./gradlew publishMingwX64PublicationToSonatypeRepository
env:
Expand Down

0 comments on commit 50b064e

Please sign in to comment.