Skip to content

Commit 4ccb007

Browse files
Update WalshyDev/blob-builds digest to a1f3a1c
1 parent 3ea21da commit 4ccb007

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: mvn clean package
2929

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

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

5050
- name: Upload Experimental build
51-
uses: WalshyDev/blob-builds/gh-action@ea9ecd9266c902c6627f884e657560d0fa6b61dd
51+
uses: WalshyDev/blob-builds/gh-action@a1f3a1ce40dac4177a255d4571638c430f24a18f
5252
if: github.ref == 'refs/heads/experimental'
5353
with:
5454
project: Slimefun4

0 commit comments

Comments
 (0)