We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b0c8a commit dc68356Copy full SHA for dc68356
.github/workflows/android.yml
@@ -39,17 +39,4 @@ jobs:
39
run: ./gradlew trustdevice:test
40
41
- 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
54
55
- path: app/build/outputs/apk/release/*
+ run: ./gradlew trustdevice:assembleRelease
0 commit comments