mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-18 17:01:07 +00:00
Move CI build artifacts to top level
Currently one has to click down through a sequence of nested directories in the web UI: ↓ Container 0 ↓ go/ ↓ src/ ↓ github.com/ ↓ linuxkit/ ↓ linuxkit/ ↓ bin/ «actual binaries» Which is super tedious. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
01d2ddfa3d
commit
05f6085868
@ -53,3 +53,4 @@ jobs:
|
||||
command: cd bin && sha256sum linuxkit-*-* > SHA256SUM
|
||||
- store_artifacts:
|
||||
path: ./bin
|
||||
destination: .
|
||||
|
Loading…
Reference in New Issue
Block a user