Fix file upload location

This commit is contained in:
Benjamin Bädorf 2022-08-14 22:11:33 +02:00
parent c4aa6737a7
commit 9e675c9aec
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

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