Skip to content

Commit

Permalink
cd into correct directory?
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Feb 3, 2024
1 parent bba8fbd commit d28b5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
cache: gradle

- name: Grant execute permission for gradlew
run: chmod +x gradlew
run: cd android/ && chmod +x gradlew

- name: Build with Gradle
run: cd android/ && ../gradlew build
run: cd android/ && gradlew build

- name: 📡 Upload APK Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d28b5ea

Please sign in to comment.