Skip to content

Commit 0cad651

Browse files
committed
one more
1 parent c5a1dc1 commit 0cad651

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
- name: for simplicity just quickly create some dummy files
2424
run: |
2525
mkdir -p Ghidra/Features/Decompiler/build/os
26+
mkdir -p Ghidra/Features/FileFormats/build/os/linux_x86_64
2627
echo aaa > Ghidra/Features/Decompiler/build/os/decompile
2728
echo bbb > Ghidra/Features/Decompiler/build/os/sleigh
29+
echo eee > Ghidra/Features/FileFormats/build/os/linux_x86_64/lzfse
2830
- name: Upload decompiler
2931
uses: actions/upload-artifact@v4
3032
with:

0 commit comments

Comments
 (0)