Skip to content

Commit f3400b8

Browse files
authored
Merge pull request #822 from yoramdelangen/fix/workflow-reuse-upload-license-conflicts
fix: conflict upload names when reusing workflow more then once
2 parents e492108 + 0a1677a commit f3400b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-unix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,12 @@ jobs:
230230
- uses: actions/upload-artifact@v4
231231
name: "Upload License Files"
232232
with:
233-
name: license-files
233+
name: license-files-${{ inputs.php-version }}-${{ inputs.os }}
234234
path: buildroot/license/
235235
- uses: actions/upload-artifact@v4
236236
name: "Upload Build Metadata"
237237
with:
238-
name: build-meta
238+
name: build-meta-${{ inputs.php-version }}-${{ inputs.os }}
239239
path: |
240240
buildroot/build-extensions.json
241241
buildroot/build-libraries.json

0 commit comments

Comments
 (0)