fixes typo in build steps and release steps
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
Signed-off-by: Jochen Maes <jochen@sejo-it.be>
This commit is contained in:
parent
f46be56baa
commit
9521f9f091
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user