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:
parent
358e0a3802
commit
f5f630a2f6
1 changed files with 11 additions and 0 deletions
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue