Skip to content

Commit

Permalink
Upload original APK file to the result
Browse files Browse the repository at this point in the history
Change-Id: If35f6040049918c7bfb8c848be9f916f39c489e9
  • Loading branch information
lihenggui committed Jul 6, 2023
1 parent bfcd64e commit 6297e7b
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,19 @@ jobs:
- name: Build app
run: ./gradlew :app-compose:assembleRelease :app-compose:bundleRelease

- name: Upload build outputs (APKs)
uses: actions/upload-artifact@v3
with:
name: APKs
path: '**/build/outputs/apk/**/*.apk'

- name: Upload built Foss apk
if: success()
uses: actions/upload-artifact@v3
with:
name: Foss
path: ${{ github.workspace }}/app-compose/build/outputs/apk/foss/release
name: app-compose-foss-release.apk
path: ${{ github.workspace }}/app-compose/build/outputs/apk/foss/app-compose-foss-release.apk

- name: Upload built Market apk
if: success()
uses: actions/upload-artifact@v3
with:
name: Market
path: ${{ github.workspace }}/app-compose/build/outputs/apk/market/release
name: app-compose-market-release.apk
path: ${{ github.workspace }}/app-compose/build/outputs/apk/market/release/app-compose-market-release.apk

- name: Upload mappings
if: success()
Expand Down

0 comments on commit 6297e7b

Please sign in to comment.