gha: upload-artifacts@v2
This commit is contained in:
parent
3b7d90fb45
commit
193b8e2228
|
@ -75,13 +75,13 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: objcopy
|
command: objcopy
|
||||||
args: --release --verbose -- -O binary stabilizer.bin
|
args: --release --verbose -- -O binary stabilizer-release.bin
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: stabilizer_${{ github.sha }}_bin
|
name: stabilizer_${{ github.sha }}_bin
|
||||||
path: |
|
path: |
|
||||||
target/*/release/stabilizer
|
target/*/*/stabilizer
|
||||||
stabilizer.bin
|
stabilizer-release.bin
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue