From 9521f9f09145c7432299e3dc50655aacb2145653 Mon Sep 17 00:00:00 2001 From: Jochen Maes Date: Tue, 31 Oct 2023 06:19:33 +0100 Subject: [PATCH] fixes typo in build steps and release steps Signed-off-by: Jochen Maes --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 336bc38..8f95268 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,11 +26,11 @@ steps: - rustup target add aarch64-unknown-linux-musl - cargo build --target x86_64-unknown-linux-musl --bins -r - cargo rustc --target aarch64-unknown-linux-musl --bins -r -- -C linker=aarch64-none-elf-gcc - - cp target/x86_64-unknown-linux-musl/release/mouse /artifcats/mouse-amd64 - - cp target/aarch64-unknown-linux-musl/release/mouse /artifcats/mouse-arm64 + - cp target/x86_64-unknown-linux-musl/release/mouse /artifacts/mouse-amd64 + - cp target/aarch64-unknown-linux-musl/release/mouse /artifacts/mouse-arm64 volumes: - name: artifacts - path: /artifcats/ + path: /artifacts/ - name: create gitea release image: plugins/gitea-release