Skip to content

Commit c64d985

Browse files
committed
WIP
1 parent 5e5ae41 commit c64d985

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ jobs:
4747
- uses: actions/download-artifact@v4
4848
with:
4949
merge-multiple: true
50-
- run: git status
5150
- run: git log -1 --pretty=format:%h
52-
- name: Display structure of downloaded files
53-
run: tree
51+
- run: tree GPL/DemanglerGnu/build/os Ghidra/Features/Decompiler/build/os Ghidra/Features/FileFormats/build/os
5452
- run: gradle -I gradle/support/fetchDependencies.gradle buildGhidra
55-
- run: tree build
53+
- run: tree build GPL/DemanglerGnu/build/os Ghidra/Features/Decompiler/build/os Ghidra/Features/FileFormats/build/os

0 commit comments

Comments
 (0)