Skip to content

Commit

Permalink
Update build-1.20.x.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisD3D authored May 22, 2024
1 parent 87a1c58 commit 569b7f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-1.20.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
working-directory: mc2discord-1.20.x
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- name: Cache Gradle
uses: actions/cache@v3
with:
Expand All @@ -51,4 +51,4 @@ jobs:
name: mc2discord-fabric-1.20.x-${{ inputs.version }}
path: |
${{ github.workspace }}/mc2discord-1.20.x/fabric/build/libs/
!${{ github.workspace }}/mc2discord-1.20.x/fabric/build/libs/*-all.jar
!${{ github.workspace }}/mc2discord-1.20.x/fabric/build/libs/*-all.jar

0 comments on commit 569b7f7

Please sign in to comment.