Skip to content

Commit

Permalink
ci: add android artifacts to pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck authored and ManAnRuck committed Mar 23, 2024
1 parent fd0be60 commit 37ce1c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ jobs:
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
ANDROID_PASS: ${{ secrets.ANDROID_PASS }}
CI: true

- run: find ${{ github.workspace }}/android/app/build/outputs

- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: assets
path: |
${{ github.workspace }}/android/app/build/outputs/bundle

0 comments on commit 37ce1c8

Please sign in to comment.