update workflow
This commit is contained in:
parent
f0a21a4215
commit
8753203adb
7
.github/workflows/build-debug.yml
vendored
7
.github/workflows/build-debug.yml
vendored
|
@ -36,8 +36,9 @@ jobs:
|
||||||
|
|
||||||
- name: Setup Android Export
|
- name: Setup Android Export
|
||||||
run: |
|
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
|
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
|
mkdir -p ~/.config/godot
|
||||||
cp -v ./android/editor_settings-4.tres ~/.config/godot/
|
cp -v ./android/editor_settings-4.tres ~/.config/godot/
|
||||||
|
@ -59,6 +60,10 @@ jobs:
|
||||||
relative_project_path: ./
|
relative_project_path: ./
|
||||||
archive_output: true
|
archive_output: true
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
cat ~/.config/godot/editor_settings-4.tres
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9512b1e8cc63087b493b1fdd29403a6da80d9815f014b85a45ab9deca4706086
|
oid sha256:ec44a5d620459eb59ed04d79f324e288c428a5e4b73817464aa2d0c383a6d68d
|
||||||
size 285
|
size 287
|
||||||
|
|
Loading…
Reference in New Issue
Block a user