Skip to content

Commit

Permalink
Update appknox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ginilpg authored Sep 18, 2024
1 parent 9624117 commit bd05f3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/appknox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2

- name: Grant execute permission for gradlew
run: chmod +x gradlew
# - name: Grant execute permission for gradlew
# run: chmod +x gradlew

- name: Build the app
run: ./gradlew build # Update this to build your Android or iOS application
# - name: Build the app
# run: ./gradlew build # Update this to build your Android or iOS application

- name: Appknox GitHub action
uses: appknox/appknox-github-action@b7d2bfb2321d5544e97bffcba48557234ab953a4
Expand Down

0 comments on commit bd05f3a

Please sign in to comment.