Skip to content

Commit

Permalink
work_flow_demo23
Browse files Browse the repository at this point in the history
  • Loading branch information
iZakirSheikh committed Aug 21, 2023
1 parent c5349c5 commit 181e5bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }}
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
run: chmod +x ./gradlew assembleRelease
run: chmod +x ./gradlew
run: ./gradlew assembleRelease

- name: Build Release bundle
env:
Expand Down

0 comments on commit 181e5bf

Please sign in to comment.