diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index dcc71d0..da898c6 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -34,18 +34,18 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 with: - body: 'New bundle' + body: 'New apk' name: ${{ github.ref_name }} tag_name: ${{ github.ref_name }} - files: build/app/outputs/bundle/release/app-release.aab + files: build/app/outputs/apk/release/app-release.apk - - uses: r0adkll/upload-google-play@v1.1.3 - with: - serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} - packageName: com.kateile.stg.tz - releaseFiles: build/app/outputs/bundle/release/*.aab - track: ${{ github.ref_name }} - inAppUpdatePriority: 2 - changesNotSentForReview: true - whatsNewDirectory: whatsnew - mappingFile: build/app/outputs/mapping/release/mapping.txt \ No newline at end of file +# - uses: r0adkll/upload-google-play@v1.1.3 +# with: +# serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} +# packageName: com.kateile.stg.tz +# releaseFiles: build/app/outputs/bundle/release/*.aab +# track: ${{ github.ref_name }} +# inAppUpdatePriority: 2 +# changesNotSentForReview: true +# whatsNewDirectory: whatsnew +# mappingFile: build/app/outputs/mapping/release/mapping.txt \ No newline at end of file