Skip to content

Commit 0a1677a

Browse files
committed
add build-meta to use php-version and os for artifacts upload name
1 parent 7ffbb10 commit 0a1677a

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
@@ -235,7 +235,7 @@ jobs:
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)