Skip to content

Commit 2b3c27f

Browse files
committed
Improve download name
1 parent cbc91f1 commit 2b3c27f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Upload artwork as artifact
2626
uses: actions/upload-artifact@v2
2727
with:
28-
name: pngs
28+
name: zarr-logo-pngs
2929
path: "*.png"
3030

3131
release:
@@ -39,7 +39,7 @@ jobs:
3939
- name: Download artwork artifact
4040
uses: actions/download-artifact@v2
4141
with:
42-
name: pngs
42+
name: zarr-logo-pngs
4343
path: .
4444
- name: Upload website as release asset
4545
env:

0 commit comments

Comments
 (0)