Skip to content

Commit 5e5ae41

Browse files
committed
wip
1 parent 077e1ef commit 5e5ae41

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,9 @@ jobs:
4747
- uses: actions/download-artifact@v4
4848
with:
4949
merge-multiple: true
50-
- name: Display structure of downloaded files
51-
run: tree
5250
- run: git status
5351
- run: git log -1 --pretty=format:%h
54-
- uses: actions/checkout@v4
55-
with:
56-
fetch-depth: 0
52+
- name: Display structure of downloaded files
53+
run: tree
5754
- run: gradle -I gradle/support/fetchDependencies.gradle buildGhidra
5855
- run: tree build

0 commit comments

Comments
 (0)