From 80354f7d3f7d0f20a654bb4348c55215e1361c22 Mon Sep 17 00:00:00 2001 From: isra el Date: Sat, 5 Apr 2025 14:54:44 +0300 Subject: [PATCH] infra: update android apk artifact naming --- .github/workflows/build-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index db23e04..5ab7ea8 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.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 \ No newline at end of file