mirror of
https://github.com/ivuorinen/docker-php-with-imagick-multi.git
synced 2026-01-26 11:34:03 +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
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||
with:
|
||||
name: build-results
|
||||
name: build-results-${{ steps.resultfile.outputs.filename }}
|
||||
path: results/
|
||||
overwrite: true
|
||||
if-no-files-found: warn
|
||||
|
||||
Reference in New Issue
Block a user