Merge pull request #822 from yoramdelangen/fix/workflow-reuse-upload-license-conflicts

fix: conflict upload names when reusing workflow more then once
This commit is contained in:
Jerry Ma 2025-07-19 18:37:08 +08:00 committed by GitHub
commit f3400b8756
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -230,12 +230,12 @@ jobs:
- uses: actions/upload-artifact@v4
name: "Upload License Files"
with:
name: license-files
name: license-files-${{ inputs.php-version }}-${{ inputs.os }}
path: buildroot/license/
- uses: actions/upload-artifact@v4
name: "Upload Build Metadata"
with:
name: build-meta
name: build-meta-${{ inputs.php-version }}-${{ inputs.os }}
path: |
buildroot/build-extensions.json
buildroot/build-libraries.json