Skip to content
Snippets Groups Projects
Commit d51eddb0 authored by Patrick José Pereira's avatar Patrick José Pereira
Browse files

github: build: Specify target in cargo step


Signed-off-by: default avatarPatrick José Pereira <patrickelectric@gmail.com>
parent accbd337
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ jobs:
with:
use-cross: true
command: build
args: --release --bin simple-http-server --locked
args: --release --bin simple-http-server --locked --target=${{ matrix.TARGET }}
- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.target }}-simple-http-server${{ env.BINARY_EXTENSION }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment