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 077e1ef commit 5e5ae41Copy full SHA for 5e5ae41
.github/workflows/release.yml
@@ -47,12 +47,9 @@ jobs:
47
- uses: actions/download-artifact@v4
48
with:
49
merge-multiple: true
50
- - name: Display structure of downloaded files
51
- run: tree
52
- run: git status
53
- run: git log -1 --pretty=format:%h
54
- - uses: actions/checkout@v4
55
- with:
56
- fetch-depth: 0
+ - name: Display structure of downloaded files
+ run: tree
57
- run: gradle -I gradle/support/fetchDependencies.gradle buildGhidra
58
- run: tree build
0 commit comments