Skip to content

Commit

Permalink
fix: file name
Browse files Browse the repository at this point in the history
  • Loading branch information
amber-beasley-liatrio committed Dec 4, 2024
1 parent 66e9d7d commit 1a248d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
if: steps.go-semantic-release.outputs.version != ''
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
with:
files: evaluation-results.json
files: evaluation-results
tag_name: v${{ steps.go-semantic-release.outputs.version }}
token: ${{ steps.octo-sts.outputs.token }}

0 comments on commit 1a248d7

Please sign in to comment.