From 699009096d26283797a723cd84783e0ba5d870b3 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Wed, 21 Sep 2022 16:44:08 +0200 Subject: [PATCH] ci: fix prepare artifact --- .github/workflows/build-releases.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: