1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-2686 App | Tech | Updated release script for uploading artefacts

This commit is contained in:
Evgenii Kozlov 2024-08-12 16:54:30 +02:00
parent 358e0a3802
commit f5f630a2f6

View file

@ -6,6 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nttld/setup-ndk@v1
with:
ndk-version: r23c
- uses: actions/setup-java@v3
with:
distribution: "zulu"
@ -57,6 +60,14 @@ jobs:
if: always()
run: ./scripts/release/clean-secrets.sh
- name: Upload artifacts
uses: actions/upload-artifact@master
with:
name: APK + BUNDLE
path: |
app/build/outputs/apk/release/
app/build/outputs/bundle/release/
- name: Prepare artefacts
run: ./scripts/release/prepare-release-artefacts.sh