Skip to content

Commit

Permalink
Fix android publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
cachapa committed Sep 16, 2023
1 parent c91b710 commit 5fe3891
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
flutter build appbundle --build-number $GITHUB_RUN_NUMBER --build-name $BUILD_NAME
flutter build apk --build-number $GITHUB_RUN_NUMBER --build-name $BUILD_NAME
# - name: Store artifact
# id: store_artifact
# uses: actions/upload-artifact@v1
# with:
# name: Android package
# path: build/app/outputs/apk/release/app-release.apk

- name: Archive APK
uses: actions/upload-release-asset@v1
env:
Expand All @@ -58,7 +51,7 @@ jobs:
asset_content_type: application/zip

- name: Publish Android
uses: r0adkll/upload-google-play@v1.0.15
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: net.cachapa.tudo
Expand Down

0 comments on commit 5fe3891

Please sign in to comment.