1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 11:15:51 +00:00

Fix publish build using short hash

Apparently GitHub Actions does not like this? Thought I had used this previously but alright
This commit is contained in:
Daniel Walsh 2024-02-25 18:03:02 +00:00
parent bc3c5e3105
commit 070d72f9ea
No known key found for this signature in database

View File

@ -27,7 +27,7 @@ jobs:
run: mvn clean package
- name: Upload to Blob Builds
uses: WalshyDev/blob-builds/gh-action@f3da5ce
uses: WalshyDev/blob-builds/gh-action@f3da5ce7b7e2b70eb963e0c0014677b3d78c10fa
with:
project: Slimefun4
releaseChannel: ${{ github.ref == 'refs/heads/master' && 'Dev' || 'RC' }}