Skip to content

Commit

Permalink
more jq changes
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Feb 25, 2025
1 parent 5f4c709 commit 0222bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
id: prep
run: |
echo "version=$(cat ./distributions/${{ inputs.distribution }}/dist/**/metadata.json | jq '.version')" >> "$GITHUB_OUTPUT"
echo "types=$(cat ./distributions/${{ inputs.distribution }}/dist/**/artifacts.json | jq '.*.type')" >> "$GITHUB_OUTPUT"
echo "types=$(cat ./distributions/${{ inputs.distribution }}/dist/**/artifacts.json | jq '[.[].type]')" >> "$GITHUB_OUTPUT"
- name: Debugging
run: |
Expand Down

0 comments on commit 0222bc2

Please sign in to comment.