From 5c9eb0a868e236f8ff8eccef80c22cf5229cb5d8 Mon Sep 17 00:00:00 2001 From: Daniel Chalmers Date: Sun, 17 Dec 2023 23:09:28 -0600 Subject: [PATCH] Update build-and-deploy.yml --- .github/workflows/build-and-deploy.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 7b19f67..d626727 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -40,14 +40,20 @@ jobs: -p:AndroidSigningStorePass="${{ secrets.RELEASE_KEYSTORE_PASS }}" -p:AndroidSigningKeyAlias="key" -p:AndroidSigningKeyPass="${{ secrets.RELEASE_KEYSTORE_PASS }}" - - - name: Create GitHub release - uses: softprops/action-gh-release@v1 + + - uses: actions/upload-artifact@v4 with: - files: | - "publish/*.aab" + path: | "publish/*.apk" - generate_release_notes: true +# "publish/*.aab" + +# - name: Create GitHub release +# uses: softprops/action-gh-release@v1 +# with: +# files: | +# "publish/*.apk" +# "publish/*.aab" +# generate_release_notes: true - name: Upload to Play Store uses: r0adkll/upload-google-play@v1