mirror of
https://github.com/ivuorinen/docker-php-with-imagick-multi.git
synced 2026-02-22 01:51:40 +00:00
fix(ci): make build results filename unique
This commit is contained in:
2
.github/workflows/pr-build.yml
vendored
2
.github/workflows/pr-build.yml
vendored
@@ -132,7 +132,7 @@ jobs:
|
|||||||
- name: Upload build result
|
- name: Upload build result
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||||
with:
|
with:
|
||||||
name: build-results
|
name: build-results-${{ steps.resultfile.outputs.filename }}
|
||||||
path: results/
|
path: results/
|
||||||
overwrite: true
|
overwrite: true
|
||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
|
|||||||
Reference in New Issue
Block a user