From a5658e864d92eff018d37374c20aeff95629b231 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 14 Aug 2022 22:22:18 +0200 Subject: [PATCH] ci: add upload artifacts step --- .drone.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index d2cf3b3f..e94b8d2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...