Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
youndon committed Jul 8, 2024
2 parents 6d0569f + 6c1b3cb commit 1ed9006
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 @@ -17,6 +17,8 @@ jobs:
cache: gradle
- 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 1ed9006

Please sign in to comment.