Skip to content

Commit

Permalink
Update appSweep.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
youndon committed Jul 8, 2024
1 parent 4ea30ac commit 6c1b3cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/appSweep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Upload app to AppSweep with Gradle
env:
APPSWEEP_API_KEY: ${{ secrets.APP_SWEEP_SECRET_KEY }}
Expand Down

0 comments on commit 6c1b3cb

Please sign in to comment.