Browse Source

infra: update android apk artifact naming

pull/69/head
isra el 11 months ago
parent
commit
80354f7d3f
  1. 2
      .github/workflows/build-and-test.yaml

2
.github/workflows/build-and-test.yaml

@ -103,6 +103,6 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: android-apk
name: textbee.dev-build-${{ github.ref_name }}-${{ github.sha }}.apk
path: android/app/build/outputs/apk/debug/app-debug.apk
retention-days: 7
Loading…
Cancel
Save