mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
fix(ci): browser pattern match
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user