Skip to content

Commit

Permalink
fix: try to fix Android CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davcri committed Sep 21, 2023
1 parent 7a2f17d commit 76f40a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/push-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
export-windows:
if: true
if: false
name: Windows Export
runs-on: ubuntu-20.04
container:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
PACKAGE: itch.zip

export-linux:
if: true
if: false
name: Linux Export
runs-on: ubuntu-20.04
container:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
PACKAGE: itch.zip

export-web:
if: true
if: false
name: Web Export
runs-on: ubuntu-20.04
container:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
PACKAGE: itch.zip

export-mac:
if: true
if: false
name: Mac Export
runs-on: ubuntu-20.04
container:
Expand Down Expand Up @@ -176,9 +176,9 @@ jobs:
mkdir -v -p ~/.config/godot/
ls /root/.local/share/godot/templates
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
cp /root/.config/godot/editor_settings-3.tres ~/.config/godot/editor_settings-3.tres
echo 'export/android/debug_keystore = "/root/debug.keystore"' >> ~/.config/godot/editor_settings-3.tres
echo 'export/android/android_sdk_path = "/usr/lib/android-sdk"' >> ~/.config/godot/editor_settings-3.tres
cp /root/.config/godot/editor_settings-4.tres ~/.config/godot/editor_settings-4.tres
echo 'export/android/debug_keystore = "/root/debug.keystore"' >> ~/.config/godot/editor_settings-4.tres
echo 'export/android/android_sdk_path = "/usr/lib/android-sdk"' >> ~/.config/godot/editor_settings-4.tres
- name: Android Debug Build
run: |
mkdir -v -p build/android
Expand Down

0 comments on commit 76f40a4

Please sign in to comment.