Skip to content

Commit 070d72f

Browse files
committed
Fix publish build using short hash
Apparently GitHub Actions does not like this? Thought I had used this previously but alright
1 parent bc3c5e3 commit 070d72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: mvn clean package
2828

2929
- name: Upload to Blob Builds
30-
uses: WalshyDev/blob-builds/gh-action@f3da5ce
30+
uses: WalshyDev/blob-builds/gh-action@f3da5ce7b7e2b70eb963e0c0014677b3d78c10fa
3131
with:
3232
project: Slimefun4
3333
releaseChannel: ${{ github.ref == 'refs/heads/master' && 'Dev' || 'RC' }}

0 commit comments

Comments
 (0)