Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 authored Dec 20, 2023
1 parent 5128abf commit 0e8d567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
with:
name: compiled-artifact
path: ./1.19.4/build/libs/*.jar
build1_20_2:
build1_20_4:
runs-on: windows-latest
steps:
- uses: actions/checkout@main
Expand All @@ -345,9 +345,9 @@ jobs:
uses: gradle/gradle-build-action@main
with:
arguments: build
build-root-directory: ./1.20.2
build-root-directory: ./1.20.4
- name: Upload Artifact
uses: actions/upload-artifact@v3.1.3
with:
name: compiled-artifact
path: ./1.20.2/build/libs/*.jar
path: ./1.20.4/build/libs/*.jar

0 comments on commit 0e8d567

Please sign in to comment.