Skip to content

Commit 668b96f

Browse files
committed
Switch actions/upload-release-asset to shogo82148/actions-upload-release-asset
Fixes #28
1 parent 5343c0e commit 668b96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
name: zalas-phpunit-globals-extension.phar
9090
path: .
9191
- name: Release the phar
92-
uses: actions/upload-release-asset@v1
92+
uses: shogo82148/actions-upload-release-asset@v1
9393
env:
9494
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9595
with:

0 commit comments

Comments
 (0)