Skip to content

Commit

Permalink
chore: update publish workflow configuration
Browse files Browse the repository at this point in the history
# GENERATE BY https://aicommit.app
  • Loading branch information
rosuH committed Jul 14, 2024
1 parent 3264fc1 commit 9202bb0
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ env:
main_project_module: app

on:
release:
types: [published]
# release:
# types: [published]
push:
branches:
- dev

jobs:
build:
Expand All @@ -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/[email protected]
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/[email protected]
# with:
# serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
# packageName: me.rosuh.easywatermark
# releaseFiles: '*.aab'
# track: production
# status: inProgress
# mappingFile: app/build/outputs/mapping/release/mapping.txt

0 comments on commit 9202bb0

Please sign in to comment.