Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoalic committed May 26, 2024
1 parent 0bf235d commit 2c65d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: build apk
run: |
cd android-project
chmod +x ./gradlew ./build.sh
./build.sh
chmod +x ./gradlew ./initialise.sh
./initialise.sh
./gradlew packageDebug
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 2c65d1c

Please sign in to comment.