rename output file to bin instead of binary
This commit is contained in:
parent
6a4958c02b
commit
bc91c74053
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -78,5 +78,5 @@ jobs:
|
|||
- name: 📦 Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Zenyx-${{ runner.os }}-${{ matrix.arch }}-binary
|
||||
name: Zenyx-${{ runner.os }}-${{ matrix.arch }}-bin
|
||||
path: target/${{ matrix.target }}/release/zenyx*
|
Loading…
Add table
Add a link
Reference in a new issue