Skip to content

Commit 2dfc6cf

Browse files
committed
Rework use of actions/upload-artifact
The artificat ends up being named $name.zip the previous name (hook-$commit.tar.gz.zip) was weird, now its just hook-$commit.zip. Also use the correct paths to the per-arch boot files. Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev>
1 parent 57d1fcd commit 2dfc6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
6060
- uses: actions/upload-artifact@v3
6161
with:
62-
name: hook-${{steps.commitid.outputs.short}}.tar.gz
63-
path: out/${{steps.commitid.outputs.short}}/rel/hook-${{steps.commitid.outputs.short}}.tar.gz
62+
name: hook-${{steps.commitid.outputs.short}}
63+
path: out/${{steps.commitid.outputs.short}}/rel/hook_*.tar.gz

0 commit comments

Comments
 (0)