Skip to content

Commit 25a3875

Browse files
ci/cd - testing updating actions
1 parent 2428ce1 commit 25a3875

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/build_ntrghidra.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build NTRGhidra
33
on:
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

@@ -52,3 +53,5 @@ jobs:
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"

0 commit comments

Comments
 (0)