Skip to content

Commit

Permalink
Merge pull request #13 from crichez/fix/20240804release-workflow-fix2
Browse files Browse the repository at this point in the history
Make release workflow "artifacts" key a string, not a list
  • Loading branch information
crichez authored Aug 4, 2024
2 parents 5a52a26 + 5276416 commit a088203
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ jobs:

- uses: ncipollo/release-action@v1
with:
artifacts:
- crichez-secureboot-${{ env.VERSION }}.tar.gz
artifacts: crichez-secureboot-${{ env.VERSION }}.tar.gz
body_file: CHANGELOG.md

0 comments on commit a088203

Please sign in to comment.