File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build NTRGhidra
33on :
44 push :
55 branches :
6- - ' *' # build on every commit; replace '*' with specific branches if desired
6+ - ' *' # build on every commit
77 release :
88 types :
99 - created
@@ -15,18 +15,19 @@ jobs:
1515 contents : write
1616 packages : write
1717 steps :
18- - uses : actions/checkout@v3
18+ - name : Checkout repository
19+ uses : actions/checkout@v4
1920
2021 - name : Set up JDK
21- uses : actions/setup-java@v3
22+ uses : actions/setup-java@v4
2223 with :
2324 java-version : ${{ vars.JDK_VERSION }}
2425 distribution : ' temurin'
2526 server-id : github
2627 settings-path : ${{ github.workspace }}
2728
2829 - name : Setup Gradle
29- uses : gradle/gradle-build-action@67421db0
30+ uses : gradle/actions/setup-gradle@v4
3031 with :
3132 gradle-version : ${{ env.GRADLE_VERSION }}
3233
5253 with :
5354 upload_url : ${{ github.event.release.upload_url }}
5455 asset_path : " dist/ghidra_*_NTRGhidra.zip"
56+ asset_name : " NTRGhidra.zip"
57+ asset_content_type : " application/zip"
You can’t perform that action at this time.
0 commit comments