ci: add upload artifacts step
This commit is contained in:
parent
2bdba1fcac
commit
a5658e864d
|
@ -46,10 +46,8 @@ steps:
|
|||
- nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell
|
||||
- git add tritonshell
|
||||
- cd tritonshell
|
||||
- nix develop --command \
|
||||
mput -p -f ../result/foot_wayland_info.png ~~/public/$${TARGET_DIR}
|
||||
- nix develop --command \
|
||||
mput -p -f ../result/test-wayland.out ~~/public/$${TARGET_DIR}
|
||||
- nix develop --command mput -p -f ../result/foot_wayland_info.png ~~/public/$${TARGET_DIR}
|
||||
- nix develop --command mput -p -f ../result/test-wayland.out ~~/public/$${TARGET_DIR}
|
||||
|
||||
trigger:
|
||||
ref:
|
||||
|
@ -109,6 +107,6 @@ volumes:
|
|||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 421a6cb57a9664c8597c3e5aea3a409a3fc8043edb0c8414d9775cad1941fa4d
|
||||
hmac: aeed4f1b89e4d3d60ac580424603e89115d4a22ffa7232a464af51a7f346b21e
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue