We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3251939 commit 786f1c3Copy full SHA for 786f1c3
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Upload Release Asset
86
uses: actions/upload-release-asset@v1
87
with:
88
- upload_url: ${{ jobs.release.outputs.upload_url }}
+ upload_url: ${{ needs.release.outputs.upload_url }}
89
asset_path: ./client-${{ matrix.php-version }}.phar
90
asset_name: client-${{ matrix.php-version }}.phar
91
asset_content_type: application/octet-stream
0 commit comments