Skip to content

Commit 7ffbb10

Browse files
committed
fix: conflict upload names when reusing workflow more then once
1 parent 3d45890 commit 7ffbb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ 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"

0 commit comments

Comments
 (0)