Skip to content

Commit 4fff8f4

Browse files
committed
fix decompile copy error
1 parent 105d7e9 commit 4fff8f4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,16 @@ jobs:
8585
with:
8686
gradle-version: 7.1.1
8787
arguments: --console plain buildGhidra
88+
- name: "COPY decompile"
89+
uses: eskatos/gradle-command-action@v1
90+
with:
91+
gradle-version: 7.1.1
92+
arguments: --console plain buildGhidra
93+
- name: "Building ghidracraft include decompile"
94+
uses: eskatos/gradle-command-action@v1
95+
with:
96+
gradle-version: 7.1.1
97+
arguments: --console plain buildGhidra
8898
- name: "Upload package"
8999
uses: NyaMisty/upload-artifact@nightly
90100
with:

0 commit comments

Comments
 (0)