diff --git a/.drone.yml b/.drone.yml index 353cd199..1434be56 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,8 +46,8 @@ steps: - git add tritonshell - cd tritonshell - nix develop --command \ - "mput -p -f ./result/foot_wayland_info.png ~~/public/$${TARGET_DIR} \ - && mput -p -f ./result/test-wayland.out ~~/public/$${TARGET_DIR}" + "mput -p -f ../result/foot_wayland_info.png ~~/public/$${TARGET_DIR} \ + && mput -p -f ../result/test-wayland.out ~~/public/$${TARGET_DIR}" trigger: ref: @@ -107,6 +107,6 @@ volumes: --- kind: signature -hmac: 7104c0fe7829b6b4ae52beb6acae1a7ac1850c2161df5a06e28465fae5b2c783 +hmac: c577cc77030a80a4c4aaa84389b7b7bd45a2ad4d968b7e21247ca8834912f538 ...