ci: fix prepare artifact

This commit is contained in:
MedzikUser 2022-09-21 16:44:08 +02:00
parent b48fbc0b82
commit 699009096d
No known key found for this signature in database
GPG key ID: A5FAC1E185C112DB
2 changed files with 2 additions and 2 deletions

View file

@ -104,7 +104,7 @@ jobs:
shell: bash
run: |
mkdir release
mv ${{ matrix.artifact_path }} release/${{ matrix.artifact_path }}
mv ${{ matrix.artifact_path }} release/${{ matrix.release_name }}
- name: Upload artifact
uses: actions/upload-artifact@v3

View file

@ -21,7 +21,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [stable, nightly]
name: ${{ matrix.rust }} on ${{ matrix.os }}
name: clippy and tests ${{ matrix.rust }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps: