Skip to content

Commit a9028a7

Browse files
committed
Add artifact upload to workflow
1 parent 99a9015 commit a9028a7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ jobs:
2323

2424
- name: Build
2525
run: ./gradlew build dist
26+
27+
- name: Upload artifacts
28+
uses: actions/upload-artifact@v4
29+
with:
30+
name: jadx-native-libraries-plugin
31+
path: ./build/libs/*.jar

0 commit comments

Comments
 (0)