diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 102f860..10e9d80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: - name: Upload Release Asset uses: actions/upload-release-asset@v1 with: - upload_url: ${{ jobs.release.outputs.upload_url }} + upload_url: ${{ needs.release.outputs.upload_url }} asset_path: ./client-${{ matrix.php-version }}.phar asset_name: client-${{ matrix.php-version }}.phar asset_content_type: application/octet-stream