Skip to content

Commit 2988ddc

Browse files
debug
Created using spr 1.3.7
1 parent 16c12d2 commit 2988ddc

File tree

1 file changed

+2
-0
lines changed
  • .github/workflows/unprivileged-download-artifact

1 file changed

+2
-0
lines changed

.github/workflows/unprivileged-download-artifact/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ runs:
9696
- shell: bash
9797
if: steps.artifact-url.outputs.names != ''
9898
run: |
99+
ls
99100
artifact_names=(${{ steps.artifact-url.outputs.names }})
100101
for name in "${artifact_names[@]}"; do
102+
ls
101103
unzip "${artifact_names[$i]}.zip"
102104
done

0 commit comments

Comments
 (0)