Skip to content

Commit

Permalink
Create 2 ids.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Mar 31, 2024
1 parent a146c96 commit 05ce99e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,11 @@ jobs:
gecho() { echo "$1" >> .goreleaser.yml ; }
gecho "sboms:"
gecho " - artifacts: archive"
gecho " - id: archive"
gecho " artifacts: archive"
if [[ "${{ inputs.release-rpms }}" == "true" ]]; then
gecho " - artifacts: package"
gecho " - id: package"
gecho " artifacts: package"
fi
gecho ""
Expand Down

0 comments on commit 05ce99e

Please sign in to comment.