Skip to content

Commit b09b5f0

Browse files
committed
1 parent 30fd0c1 commit b09b5f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Clean up
3535
run: make clean-unzipped
3636
- name: Deploy Linux
37-
uses: josephbmanley/[email protected].2
37+
uses: josephbmanley/[email protected].3
3838
env:
3939
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
4040
CHANNEL: linux
@@ -43,7 +43,7 @@ jobs:
4343
PACKAGE: build/${{ env.PROJECT_NAME }}-linux.zip
4444
VERSION: ${{ steps.tag_name.outputs.TAG_NAME }}
4545
- name: Deploy macOS
46-
uses: josephbmanley/[email protected].2
46+
uses: josephbmanley/[email protected].3
4747
env:
4848
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
4949
CHANNEL: osx
@@ -52,7 +52,7 @@ jobs:
5252
PACKAGE: build/${{ env.PROJECT_NAME }}-macos.zip
5353
VERSION: ${{ steps.tag_name.outputs.TAG_NAME }}
5454
- name: Deploy Windows
55-
uses: josephbmanley/[email protected].2
55+
uses: josephbmanley/[email protected].3
5656
env:
5757
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
5858
CHANNEL: windows

0 commit comments

Comments
 (0)