mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-21 22:58:40 +00:00
Upload to BitBucket first
This commit is contained in:
parent
f4fd891d63
commit
bdb5147900
1 changed files with 5 additions and 5 deletions
10
.github/workflows/android.yml
vendored
10
.github/workflows/android.yml
vendored
|
@ -42,6 +42,11 @@ jobs:
|
|||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleGithubRelease assembleLargeRelease assemblePlayRelease uploadBugsnagGithub-releaseMapping uploadBugsnagLarge-releaseMapping uploadBugsnagPlay-releaseMapping
|
||||
- name: Upload to BitBucket
|
||||
run: |
|
||||
./gradlew upload -Ptarget=play-preview
|
||||
./gradlew upload -Ptarget=large-update
|
||||
./gradlew upload -Ptarget=github-update
|
||||
#https://github.com/actions/upload-artifact
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
@ -51,8 +56,3 @@ jobs:
|
|||
with:
|
||||
name: APK files
|
||||
path: app/build/outputs/apk/**/release/*.apk
|
||||
- name: Upload to BitBucket
|
||||
run: |
|
||||
./gradlew upload -Ptarget=play-preview
|
||||
./gradlew upload -Ptarget=large-update
|
||||
./gradlew upload -Ptarget=github-update
|
||||
|
|
Loading…
Reference in a new issue