Skip to content

Commit a1dceb3

Browse files
committed
display
1 parent 598dc77 commit a1dceb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
uses: actions/upload-artifact@v4
3535
with:
3636
path: |
37-
GPL/DemanglerGnu/build/os/**/*
38-
Ghidra/Features/Decompiler/build/os/**/*
39-
Ghidra/Features/FileFormats/build/os/**/*
37+
GPL/DemanglerGnu/build/os/*
38+
Ghidra/Features/Decompiler/build/os/*
39+
Ghidra/Features/FileFormats/build/os/*
4040
release:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/download-artifact@v4
4444
- name: Display structure of downloaded files
45-
run: ls -R
45+
run: tree

0 commit comments

Comments
 (0)