diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index 20e4a07..ff7255e 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -36,8 +36,9 @@ jobs: - name: Setup Android Export run: | + mkdir -p ~/.android keytool -keyalg RSA -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999 -deststoretype pkcs12 - mv -v debug.keystore /usr/bin/debug.keystore + mv -v debug.keystore ~/.android/debug.keystore mkdir -p ~/.config/godot cp -v ./android/editor_settings-4.tres ~/.config/godot/ @@ -59,6 +60,10 @@ jobs: relative_project_path: ./ archive_output: true + - name: Test + run: | + cat ~/.config/godot/editor_settings-4.tres + - name: Upload APK uses: actions/upload-artifact@v2 with: diff --git a/android/editor_settings-4.tres b/android/editor_settings-4.tres index 726d735..809d366 100644 --- a/android/editor_settings-4.tres +++ b/android/editor_settings-4.tres @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9512b1e8cc63087b493b1fdd29403a6da80d9815f014b85a45ab9deca4706086 -size 285 +oid sha256:ec44a5d620459eb59ed04d79f324e288c428a5e4b73817464aa2d0c383a6d68d +size 287