Skip to content

Commit

Permalink
fix(ci): add target key to avoid artifact dupe error. no files for gn…
Browse files Browse the repository at this point in the history
…u veri cli [skip ci]
  • Loading branch information
YOU54F committed Jun 5, 2024
1 parent 9cdff15 commit fde7fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fde7fdc

Please sign in to comment.