mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(ci): improve release workflow and proguard setup (#2857)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
49677bb38f
commit
f3338e3f0d
3 changed files with 19 additions and 19 deletions
8
.github/workflows/reusable-android-build.yml
vendored
8
.github/workflows/reusable-android-build.yml
vendored
|
|
@ -85,14 +85,6 @@ jobs:
|
|||
path: app/build/outputs/apk/google/debug/app-google-debug.apk
|
||||
retention-days: 14
|
||||
|
||||
- name: Attest Build Provenance
|
||||
if: ${{ inputs.upload_artifacts && github.ref_name == 'main' && github.repository == 'meshtastic/Meshtastic-Android' }}
|
||||
uses: actions/attest-build-provenance@v2
|
||||
with:
|
||||
subject-path: |
|
||||
app/build/outputs/apk/google/debug/app-google-debug.apk
|
||||
app/build/outputs/apk/fdroid/debug/app-fdroid-debug.apk
|
||||
|
||||
- name: Upload reports
|
||||
if: ${{ inputs.upload_artifacts }}
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue