Skip to content

Commit

Permalink
ref: write targets json to subdir-specific path (#3291)
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry authored Jan 22, 2024
1 parent 549a959 commit fe928ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
jq -n --argjson
source '${{ toJSON(fromJSON(steps.inputs.outputs.result).targets) }}'
'[{($source[]): true }] | add | {"published": (. // {}) }'
> __repo__/.craft-publish-${{ fromJSON(steps.inputs.outputs.result).version }}.json
> __repo__/${{ fromJSON(steps.inputs.outputs.result).path }}/.craft-publish-${{ fromJSON(steps.inputs.outputs.result).version }}.json
- uses: docker://getsentry/craft:latest
name: Publish using Craft
Expand Down

0 comments on commit fe928ea

Please sign in to comment.