diff --git a/.github/workflows/build-releases.yml b/.github/workflows/build-releases.yml index 16015f3..df6122b 100644 --- a/.github/workflows/build-releases.yml +++ b/.github/workflows/build-releases.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee3b44d..709f315 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: