Skip to content

Commit

Permalink
Sure would help to include a link to the Buildtools.jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchMC committed Feb 2, 2021
1 parent 3f30cf1 commit c01eb5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
# create directory for buildtools
- name: Create directory for BuildTools
run: mkdir -p /tmp/buildtools/1_16_R2 /tmp/buildtools/1_16_R3

#Get BuildTools
- name: BuildTools
run: curl -o /tmp/BuildTools.jar
run: curl -o /tmp/BuildTools.jar https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar

#Spigot 1_16_R2
- name: Spigot 1_16_R2 BuildTools
Expand Down

0 comments on commit c01eb5a

Please sign in to comment.