Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev authored Aug 4, 2023
1 parent bf36317 commit f0ddb4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:
run: ./gradlew assembleRelease

- name: Upload built apk
if: success()
if: success() && github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v3
with:
name: apk
path: ${{ github.workspace }}/app/build/outputs/apk/release/*.apk

- name: Upload mappings
if: success()
if: success() && github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v3
with:
name: mapping
name: mappings
path: ${{ github.workspace }}/app/build/outputs/mapping/release

0 comments on commit f0ddb4f

Please sign in to comment.