Skip to content

Commit a777615

Browse files
committed
all files
1 parent 0cad651 commit a777615

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ jobs:
2222
# - run: gradle -I gradle/support/fetchDependencies.gradle buildNatives
2323
- name: for simplicity just quickly create some dummy files
2424
run: |
25-
mkdir -p Ghidra/Features/Decompiler/build/os
25+
mkdir -p Ghidra/Features/Decompiler/build/os/linux_x86_64
2626
mkdir -p Ghidra/Features/FileFormats/build/os/linux_x86_64
27-
echo aaa > Ghidra/Features/Decompiler/build/os/decompile
28-
echo bbb > Ghidra/Features/Decompiler/build/os/sleigh
27+
mkdir -p GPL/DemanglerGnu/build/os/linux_x86_64
28+
echo aaa > Ghidra/Features/Decompiler/build/os/linux_x86_64/decompile
29+
echo bbb > Ghidra/Features/Decompiler/build/os/linux_x86_64/sleigh
30+
echo ccc > GPL/DemanglerGnu/build/os/linux_x86_64/demangler_gnu_v2_24
31+
echo ddd > GPL/DemanglerGnu/build/os/linux_x86_64/demangler_gnu_v2_41
2932
echo eee > Ghidra/Features/FileFormats/build/os/linux_x86_64/lzfse
3033
- name: Upload decompiler
3134
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)