Skip to content

Commit

Permalink
Merge pull request #2 from basysKom/bugfix/fixing-workflow-errors
Browse files Browse the repository at this point in the history
Bugfix/fixing workflow errors
  • Loading branch information
khaexy authored Jan 25, 2024
2 parents dd2a39e + d9b64bd commit 5e7ca7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
push:
branches:
- '*'
- '**'
- '!main'

env:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ on:
jobs:
build:
uses: ./.github/workflows/android.yml
if: github.ref == 'refs/heads/main'

deploy:
needs: build
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -43,7 +41,7 @@ jobs:
asset_name: opc-ua-browser_${{ github.run_number }}_${{ env.RELEASE_VERSION }}.apk
asset_content_type: application/zip
- name: Deploy to Google PlayStore
- uses: r0adkll/upload-google-play@v1
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
releaseFiles: ./android-abb/android-build-release.aab
Expand Down

0 comments on commit 5e7ca7e

Please sign in to comment.