mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
fix(ci): unique name
This commit is contained in:
parent
28e72c9058
commit
118708400a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main-docker.yml
vendored
2
.github/workflows/main-docker.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
||||||
name: Upload digest
|
name: Upload digest
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: digests
|
name: digests-${{ matrix.target }}
|
||||||
path: /tmp/digests/*
|
path: /tmp/digests/*
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue