1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 01:24:09 +02:00
This commit is contained in:
Robin Appelman 2021-03-12 22:38:43 +01:00
commit b4bcb29f8e

View file

@ -36,13 +36,12 @@ jobs:
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --release --target x86_64-unknown-linux-musl
- uses: actions/upload-artifact@v2
with:
name: haze
path: target/${{ matrix.target }}/release/haze
path: target/x86_64-unknown-linux-musl/release/haze
test:
name: Tests