Skip to content

Update WalshyDev/blob-builds digest to a1f3a1c #4302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: experimental
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/publish-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: mvn clean package

- name: Upload Dev build
uses: WalshyDev/blob-builds/gh-action@ea9ecd9266c902c6627f884e657560d0fa6b61dd
uses: WalshyDev/blob-builds/gh-action@a1f3a1ce40dac4177a255d4571638c430f24a18f
if: github.ref == 'refs/heads/master'
with:
project: Slimefun4
Expand All @@ -38,7 +38,7 @@ jobs:
releaseNotes: ${{ github.event.head_commit.message }}

- name: Upload RC build
uses: WalshyDev/blob-builds/gh-action@ea9ecd9266c902c6627f884e657560d0fa6b61dd
uses: WalshyDev/blob-builds/gh-action@a1f3a1ce40dac4177a255d4571638c430f24a18f
if: github.ref == 'refs/heads/stable'
with:
project: Slimefun4
Expand All @@ -48,7 +48,7 @@ jobs:
releaseNotes: ${{ github.event.head_commit.message }}

- name: Upload Experimental build
uses: WalshyDev/blob-builds/gh-action@ea9ecd9266c902c6627f884e657560d0fa6b61dd
uses: WalshyDev/blob-builds/gh-action@a1f3a1ce40dac4177a255d4571638c430f24a18f
if: github.ref == 'refs/heads/experimental'
with:
project: Slimefun4
Expand Down
Loading