mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
fix
This commit is contained in:
parent
b5bba69326
commit
72bb46c3e7
2 changed files with 5 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
run: ./scripts/release/clean-secrets.sh
|
||||
|
||||
- name: Prepare artefacts
|
||||
run: mkdir app/build/outputs/apk/release/release-artefacts/ mv app/build/outputs/apk/release/*.apk app/build/outputs/apk/release/release-artefacts/
|
||||
run: ./scripts/release/prepare-release-artefacts.sh
|
||||
|
||||
- name: Upload to S3
|
||||
uses: shallwefootball/s3-upload-action@v1.3.3
|
||||
|
|
4
scripts/release/prepare-release-artefacts.sh
Executable file
4
scripts/release/prepare-release-artefacts.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
mkdir app/build/outputs/apk/release/release-artefacts/
|
||||
mv app/build/outputs/apk/release/*.apk app/build/outputs/apk/release/release-artefacts/
|
Loading…
Add table
Add a link
Reference in a new issue