ci: add upload artifacts step

This commit is contained in:
teutat3s 2022-08-14 22:22:18 +02:00
parent 2bdba1fcac
commit a5658e864d
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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
...