Fix actions

This commit is contained in:
Raphaël Thériault 2020-06-17 00:14:48 -04:00
parent 54c6b33eb3
commit 626fe01045
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release -p lilac-cli
args: --release
- name: Strip binary
if: runner.os != 'Windows'
run: strip ${{ matrix.bin-path }}
@ -70,7 +70,7 @@ jobs:
with:
use-cross: true
command: build
args: --target armv7-unknown-linux-musleabihf
args: --release --target armv7-unknown-linux-musleabihf
- name: Strip binary
run: strip target/armv7-unknown-linux-musleabihf/filite
- name: Upload binary