Skip to content

Commit eedefe9

Browse files
authored
Update main.yml
1 parent b8c92f2 commit eedefe9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,11 @@ jobs:
6464
steps:
6565
- name: download
6666
uses: actions/download-artifact@v4
67-
- name: ls
68-
run: ls
67+
- name: tree
68+
run: |
69+
tree .
70+
mv artifacts-*/* artifacts
71+
tree artifacts
6972
7073

7174
release:

0 commit comments

Comments
 (0)