Skip to content

Commit e29207a

Browse files
committed
List downloaded artifacts in release workflow
1 parent e6518b7 commit e29207a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
uses: actions/download-artifact@v4
7070
with:
7171
name: upload_url
72+
- name: Display structure of downloaded files
73+
run: ls -R
7274
- name: Set upload_url
7375
run: echo "UPLOAD_URL=$(cat upload_url/upload_url)" >> $GITHUB_ENV
7476
- name: Set release version

0 commit comments

Comments
 (0)