Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
HanzoDev1375 committed Sep 13, 2024
1 parent 450b008 commit cc2969a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 26 deletions.
31 changes: 23 additions & 8 deletions .androidide/editor/openedFiles.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,35 @@
{
"allFiles": [
{
"file": "/storage/emulated/0/AndroidIDEProjects/Ghost ide Keyboard/app/src/main/res/xml/rowkeys_farsi1.xml",
"file": "/storage/emulated/0/AndroidIDEProjects/Ghost ide Keyboard/.gitignore",
"selection": {
"end": {
"column": 8,
"index": 925,
"line": 9
"column": 11,
"index": 674,
"line": 44
},
"start": {
"column": 8,
"index": 925,
"line": 9
"column": 11,
"index": 674,
"line": 44
}
}
},
{
"file": "/storage/emulated/0/AndroidIDEProjects/Ghost ide Keyboard/.github/workflows/runer.yml",
"selection": {
"end": {
"column": 57,
"index": 625,
"line": 30
},
"start": {
"column": 57,
"index": 625,
"line": 30
}
}
}
],
"selectedFile": "/storage/emulated/0/AndroidIDEProjects/Ghost ide Keyboard/app/src/main/res/xml/rowkeys_farsi1.xml"
"selectedFile": "/storage/emulated/0/AndroidIDEProjects/Ghost ide Keyboard/.gitignore"
}
25 changes: 7 additions & 18 deletions .github/workflows/runer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: set up JDK 17
uses: actions/setup-java@v4
with:
Expand All @@ -22,21 +22,10 @@ jobs:

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

- name: Build with Gradle for arm32
run: ./gradlew assembleArm32Debug

- name: Build with Gradle for arm64
run: ./gradlew assembleArm64Debug

- name: Upload arm32 APK
uses: actions/upload-artifact@master
with:
name: app-debug-arm32
path: app/build/outputs/apk/arm32/debug/app-arm32-debug.apk

- name: Upload arm64 APK
uses: actions/upload-artifact@master
- name: Build with Gradle
run: ./gradlew assembleDebug

- uses: actions/upload-artifact@master
with:
name: app-debug-arm64
path: app/build/outputs/apk/arm64/debug/app-arm64-debug.apk
name: app-debug
path: app/build/outputs/apk/debug/app-debug.apk
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ captures/
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.androidide
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules.xml
Expand Down

0 comments on commit cc2969a

Please sign in to comment.