Skip to content

Commit 3251939

Browse files
committed
fix
1 parent dcf3978 commit 3251939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Upload Release Asset
8686
uses: actions/upload-release-asset@v1
8787
with:
88-
upload_url: ${{ needs.release.outputs.upload_url }}
88+
upload_url: ${{ jobs.release.outputs.upload_url }}
8989
asset_path: ./client-${{ matrix.php-version }}.phar
9090
asset_name: client-${{ matrix.php-version }}.phar
9191
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)