We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5ae41 commit c64d985Copy full SHA for c64d985
.github/workflows/release.yml
@@ -47,9 +47,7 @@ jobs:
47
- uses: actions/download-artifact@v4
48
with:
49
merge-multiple: true
50
- - run: git status
51
- run: git log -1 --pretty=format:%h
52
- - name: Display structure of downloaded files
53
- run: tree
+ - run: tree GPL/DemanglerGnu/build/os Ghidra/Features/Decompiler/build/os Ghidra/Features/FileFormats/build/os
54
- run: gradle -I gradle/support/fetchDependencies.gradle buildGhidra
55
- - run: tree build
+ - run: tree build GPL/DemanglerGnu/build/os Ghidra/Features/Decompiler/build/os Ghidra/Features/FileFormats/build/os
0 commit comments