Skip to content

Commit bfba8dd

Browse files
author
BuildTools
committed
Updated maven.yml
1 parent 7f350f2 commit bfba8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
java-version: 16
114114
- name: Check 1.17
115115
id: cavesandcliffs
116-
run: test -f ~/.m2/repository/org/bukkit/craftbukkit/1.17.1-R0.1-SNAPSHOT/craftbukkit-1.17.1-R0.1-SNAPSHOT.jar && echo "::set-output name=sucess::true" || echo "::set-output name=sucess::false"
116+
run: test -f ~/.m2/repository/org/spigotmc/spigot/1.17.1-R0.1-SNAPSHOT/spigot-1.17.1-R0.1-SNAPSHOT-remapped-mojang.jar && echo "::set-output name=sucess::true" || echo "::set-output name=sucess::false"
117117
- name: Build 1.17
118118
if: steps.cavesandcliffs.output.sucess != 'true'
119119
run: cd BuildTools && java -jar BuildTools.jar --rev 1.17.1 --remapped

0 commit comments

Comments
 (0)