Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiYueCommentary committed Jul 28, 2024
1 parent eaed686 commit a17cf97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Make gradle wrapper executable
run: chmod +x ./gradlew
- name: Setup ${{ matrix.minecraft }} ${{ matrix.loader }}
run: ./gradlew setupLibrary -PbuildVersion="${{ matrix.minecraft }}"
run: ./gradlew setupLibrary -Pminecraft_version="${{ matrix.minecraft }}"
- name: Build ${{ matrix.minecraft }} ${{ matrix.loader }}
run: ./gradlew ${{ matrix.loader }}:build -PbuildVersion="${{ matrix.minecraft }}"
run: ./gradlew ${{ matrix.loader }}:build -Pminecraft_version="${{ matrix.minecraft }}"
#- name: Capture release artifacts
# uses: actions/upload-artifact@v3
# with:
Expand Down

0 comments on commit a17cf97

Please sign in to comment.