diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f22c75f..7a56e9a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,9 +131,9 @@ jobs: startsWith(github.ref, 'refs/tags/pact_verifier_cli') uses: actions/upload-artifact@v4 with: - name: release-artifacts-${{ matrix.operating-system }} + name: release-artifacts-${{ matrix.targets }} path: rust/release_artifacts - if-no-files-found: error + if-no-files-found: warn publish: runs-on: ubuntu-latest