fix(ci): browser pattern match

This commit is contained in:
Ran
2026-03-29 03:05:19 +08:00
parent 057ebd0a1a
commit 1b9ba42a9a
+2 -2
View File
@@ -154,7 +154,7 @@ jobs:
if: env.PUSH == 'true' if: env.PUSH == 'true'
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: digests-${{ steps.resolve.outputs.artifact_key }}-${{ strategy.job-index }} name: digests__${{ steps.resolve.outputs.artifact_key }}__${{ strategy.job-index }}
path: /tmp/digests/* path: /tmp/digests/*
if-no-files-found: error if-no-files-found: error
retention-days: 1 retention-days: 1
@@ -202,7 +202,7 @@ jobs:
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
path: /tmp/digests path: /tmp/digests
pattern: digests-${{ matrix.artifact_key }}-* pattern: digests__${{ matrix.artifact_key }}__*
merge-multiple: true merge-multiple: true
- name: Set up Docker Buildx - name: Set up Docker Buildx