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 c580f48 commit c79adf8Copy full SHA for c79adf8
.github/workflows/php.yml
@@ -44,6 +44,6 @@ jobs:
44
- name: Upload to downloads server
45
run: |
46
url="https://api.github.com/repos/${{ github.repository }}/actions/artifacts/${{ needs.artifacts.outputs.artifact-id }}/zip"
47
- gh workflow run php.yml -R php/web-downloads -f url="$url"
+ gh workflow run php.yml -R php/web-downloads -f url="$url" -f php-version=${{ inputs.php-version }}
48
env:
49
GITHUB_TOKEN: ${{ secrets.WINDOWS_BUILDS_TOKEN }}
0 commit comments