Skip to content

Commit

Permalink
Forgot to install CrackShot
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Oct 29, 2024
1 parent 39ccd16 commit cb94e7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
distribution: 'adopt'
server-id: azisaba
- name: Download CrackShot v0.98.11
if: steps.check_crackshot.outputs.files_exists == 'false'
run: curl -L -o CrackShot.jar https://dev.bukkit.org/projects/crackshot/files/3151915/download
- name: Install CrackShot into local mvn repo
if: steps.check_crackshot.outputs.files_exists == 'false'
run: mvn install:install-file -Dfile=./CrackShot.jar -DgroupId=com.shampaggon -DartifactId=CrackShot -Dversion=0.98.11 -Dpackaging=jar -DgeneratePom=true
- name: Install Spigot 1.15.2
run: |
Expand Down

0 comments on commit cb94e7b

Please sign in to comment.