Skip to content

Commit a34fded

Browse files
committed
chore: fix workflow
1 parent 401ad9f commit a34fded

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
apiToken: ${{ secrets.BLOB_BUILDS_API_TOKEN }}
4747
file: './target/Slimefun v4.9-UNOFFICIAL.jar'
4848
releaseNotes: ${{ github.event.head_commit.message }}
49-
49+
5050
- name: Upload Experimental build
5151
uses: WalshyDev/blob-builds/gh-action@ea9ecd9266c902c6627f884e657560d0fa6b61dd
5252
if: github.ref == 'refs/heads/experimental'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
</dependency>
388388
<!-- This needs to be before Spigot because MockBukkit will fail otherwise. -->
389389
<dependency>
390-
<groupId>com.github.MockBukkit</groupId>
390+
<groupId>com.github.mockbukkit</groupId>
391391
<artifactId>MockBukkit</artifactId>
392392
<version>c7cc678834</version>
393393
<scope>test</scope>

0 commit comments

Comments
 (0)