Fixed binary path for Pi builds

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

View File

@ -72,12 +72,12 @@ jobs:
command: build
args: --release --target armv7-unknown-linux-musleabihf
- name: Strip binary
run: strip target/armv7-unknown-linux-musleabihf/filite
run: strip target/armv7-unknown-linux-musleabihf/release/filite
- name: Upload binary
uses: actions/upload-artifact@v1
with:
name: Pi
path: target/armv7-unknown-linux-musleabihf/filite
path: target/armv7-unknown-linux-musleabihf/release/filite
checks:
runs-on: ubuntu-latest
steps: