We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc91f1 commit 2b3c27fCopy full SHA for 2b3c27f
1 file changed
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Upload artwork as artifact
26
uses: actions/upload-artifact@v2
27
with:
28
- name: pngs
+ name: zarr-logo-pngs
29
path: "*.png"
30
31
release:
@@ -39,7 +39,7 @@ jobs:
39
- name: Download artwork artifact
40
uses: actions/download-artifact@v2
41
42
43
path: .
44
- name: Upload website as release asset
45
env:
0 commit comments