Skip to content

Commit dc68356

Browse files
committed
Update android.yml
1 parent 89b0c8a commit dc68356

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/android.yml

+1-14
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,4 @@ jobs:
3939
run: ./gradlew trustdevice:test
4040

4141
- name: Build library
42-
run: ./gradlew trustdevice:assembleRelease
43-
44-
- name: Save library to artifacts
45-
uses: actions/upload-artifact@v4
46-
with:
47-
path: trustdevice/build/outputs/aar/*
48-
49-
- name: Build App
50-
run: ./gradlew app:assembleRelease
51-
52-
- name: Save application to artifacts
53-
uses: actions/upload-artifact@v4
54-
with:
55-
path: app/build/outputs/apk/release/*
42+
run: ./gradlew trustdevice:assembleRelease

0 commit comments

Comments
 (0)