Skip to content

Commit 8617d6c

Browse files
committed
Update build.yml
1 parent b542f55 commit 8617d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,5 +236,5 @@ jobs:
236236
- uses: "actions/upload-artifact@v4"
237237
with:
238238
# update-packages is not relevant for the download-artifact part, but we need it here to get unique artifact names across all jobs
239-
name: "result-cache-${{ matrix.php-version }}${{ matrix.update-packages }}"
239+
name: "result-cache-${{ matrix.php-version }}${{ matrix.update-packages && '-updated' || '' }}"
240240
path: "tmp/resultCache.php"

0 commit comments

Comments
 (0)