Skip to content

Commit bb4ef96

Browse files
authored
Fix: CI workflow syntax
1 parent 3402ff2 commit bb4ef96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Install CraftBukkit 1.20.1
4242
if: steps.cache-maven.outputs.cache-hit != 'true'
43-
run: if [ ! -f "~/.m2/repository/org/bukkit/craftbukkit/1.20.1-R0.1-SNAPSHOT/craftbukkit-1.20.1-R0.1-SNAPSHOT-remapped-mojang.jar" ]; then cd ~/spigot-buildtools && java -jar BuildTools.jar --rev 1.20.1 --remapped --compile CRAFTBUKKIT;
43+
run: if [ ! -f "~/.m2/repository/org/bukkit/craftbukkit/1.20.1-R0.1-SNAPSHOT/craftbukkit-1.20.1-R0.1-SNAPSHOT-remapped-mojang.jar" ]; then cd ~/spigot-buildtools && java -jar BuildTools.jar --rev 1.20.1 --remapped --compile CRAFTBUKKIT; fi
4444

4545
- name: Install CraftBukkit 1.20.4
4646
if: steps.cache-maven.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)