Skip to content

Commit

Permalink
Generate .aab for play store release
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDragonXD committed Aug 21, 2024
1 parent 0e4fdd6 commit 7131be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo ${{ secrets.KEYSTORE }} | base64 --decode > ${{ github.workspace }}/key.jks
fi
- name: Build release APK
run: ./gradlew assembleLawnWithQuickstepGithubRelease assembleLawnWithQuickstepMarketDebug
run: ./gradlew assembleLawnWithQuickstepGithubRelease bundleLawnWithQuickstepMarketRelease
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7131be3

Please sign in to comment.