Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Signed-off-by: ArchBlood <35392110+ArchBlood@users.noreply.github.com>
  • Loading branch information
ArchBlood authored May 6, 2024
1 parent de77a52 commit 2caac9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Check Directory
run: |
if [ -d "GreenMeteor/humhub-twa/android" ]; then
if [ -d "android" ]; then
echo "Directory exists"
exit 0
else
Expand All @@ -41,7 +41,7 @@ jobs:
# Manually build your code here, but only if the directory exists
- name: Build
run: |
cd $GITHUB_REPOSITORY/android
cd android
./gradlew assemble
ls -l app/build/outputs/apk/release/*.apk
if: always()
Expand Down

0 comments on commit 2caac9e

Please sign in to comment.