Skip to content

Commit

Permalink
Fix publish build using short hash
Browse files Browse the repository at this point in the history
Apparently GitHub Actions does not like this? Thought I had used this previously but alright
  • Loading branch information
WalshyDev committed Feb 25, 2024
1 parent bc3c5e3 commit 070d72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 070d72f

Please sign in to comment.