gha: add rust to artifact name
This commit is contained in:
parent
193b8e2228
commit
f8b121600e
|
@ -78,7 +78,7 @@ jobs:
|
|||
args: --release --verbose -- -O binary stabilizer-release.bin
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: stabilizer_${{ github.sha }}_bin
|
||||
name: stabilizer_${{ github.sha }}_rust-${{ matrix.toolchain }}
|
||||
path: |
|
||||
target/*/*/stabilizer
|
||||
stabilizer-release.bin
|
||||
|
|
Loading…
Reference in New Issue