Skip to content

Commit 3862dc3

Browse files
committed
fix decompile copy error
1 parent a3d9450 commit 3862dc3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ jobs:
100100
with:
101101
gradle-version: 7.1.1
102102
arguments: --console plain buildGhidra
103+
- name: "MOVE decompile"
104+
uses: eskatos/gradle-command-action@v1
105+
with:
106+
gradle-version: 7.1.1
107+
arguments: --console plain buildGhidra
103108
- name: "Upload package"
104109
uses: NyaMisty/upload-artifact@nightly
105110
with:

0 commit comments

Comments
 (0)