Skip to content

Commit ade1159

Browse files
committed
debugging
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 9b2fadb commit ade1159

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ jobs:
183183
path: distributions/${{ inputs.distribution }}/dist/windows_amd64_v1/**/*.msi
184184
if-no-files-found: error
185185

186+
- name: Debugging
187+
run: echo "${{ fromJSON(steps.build-snapshot.outputs.artifacts).*.type }}"
188+
186189
- name: Build container images locally
187190
if: contains(fromJSON(steps.build-snapshot.outputs.artifacts).*.type, 'Docker Image') == 'true'
188191
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0

0 commit comments

Comments
 (0)