From 9202bb0ef276d24452b840ff6650a3e0db138554 Mon Sep 17 00:00:00 2001 From: rosuH Date: Sun, 14 Jul 2024 21:33:25 +0800 Subject: [PATCH] chore: update publish workflow configuration # GENERATE BY https://aicommit.app --- .github/workflows/publish.yml | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6d58c8b4..9fe7d53b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,8 +5,11 @@ env: main_project_module: app on: - release: - types: [published] +# release: +# types: [published] + push: + branches: + - dev jobs: build: @@ -23,15 +26,15 @@ jobs: uses: dsaltares/fetch-gh-release-asset@master with: repo: 'dsaltares/godot-wild-jam-18' - version: ${{ steps.keydb.fetchLatestRelease.release }} + version: ${{ steps.fetchLatestRelease.fetchLatestRelease.release }} file: '*.aab' token: ${{ secrets.GITHUB_TOKEN }} - - name: Upload Android Release to Play Store - uses: r0adkll/upload-google-play@v1.1.3 - with: - serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} - packageName: me.rosuh.easywatermark - releaseFiles: '*.aab' - track: production - status: inProgress - mappingFile: app/build/outputs/mapping/release/mapping.txt +# - name: Upload Android Release to Play Store +# uses: r0adkll/upload-google-play@v1.1.3 +# with: +# serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} +# packageName: me.rosuh.easywatermark +# releaseFiles: '*.aab' +# track: production +# status: inProgress +# mappingFile: app/build/outputs/mapping/release/mapping.txt