Skip to content

Commit b542f55

Browse files
committed
Update build.yml
1 parent 19bef0d commit b542f55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,6 @@ jobs:
235235

236236
- uses: "actions/upload-artifact@v4"
237237
with:
238-
name: "result-cache-${{ matrix.php-version }}"
238+
# 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 }}"
239240
path: "tmp/resultCache.php"

0 commit comments

Comments
 (0)