gha: add rust to artifact name

This commit is contained in:
Robert Jördens 2020-12-11 18:34:42 +01:00
parent 193b8e2228
commit f8b121600e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ jobs:
args: --release --verbose -- -O binary stabilizer-release.bin args: --release --verbose -- -O binary stabilizer-release.bin
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: stabilizer_${{ github.sha }}_bin name: stabilizer_${{ github.sha }}_rust-${{ matrix.toolchain }}
path: | path: |
target/*/*/stabilizer target/*/*/stabilizer
stabilizer-release.bin stabilizer-release.bin