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 105d7e9 commit 4fff8f4Copy full SHA for 4fff8f4
.github/workflows/main.yaml
@@ -85,6 +85,16 @@ jobs:
85
with:
86
gradle-version: 7.1.1
87
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
95
96
97
98
- name: "Upload package"
99
uses: NyaMisty/upload-artifact@nightly
100
0 commit comments