Skip to content

Commit

Permalink
Make artifacts key a string, not a list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Palmer-Richez committed Aug 4, 2024
1 parent 5a52a26 commit 5276416
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 5276416

Please sign in to comment.