Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matsu1213 authored Jun 19, 2024
1 parent b67afa2 commit 9baf644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: mkdir -p ./build/ && curl -L -o ./build/BuildTools.jar https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar
- name: Run BuildTools
if: steps.check_nms.outputs.files_exists == 'false'
run: cd build && java -jar BuildTools.jar --rev 1.12.2
run: cd build && java -jar BuildTools.jar --rev 1.15.2

- name: Check CrackShot existence
id: check_crackshot
Expand Down

0 comments on commit 9baf644

Please sign in to comment.