Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Commit a5c0683

Browse files
added keystore
1 parent 03a820b commit a5c0683

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ jobs:
4545
run: |
4646
haxe --interp -cp ./actions/libs-installer -D analyzer-optimize -main Main
4747
48+
- name: Save Current Haxelib Cache
49+
uses: actions/cache@main
50+
with:
51+
key: cache-android-debug
52+
path: |
53+
.haxelib/
54+
restore-keys: |
55+
cache-android-debug
56+
4857
- name: Configure Android
4958
run: |
5059
haxelib run lime config ANDROID_SDK $ANDROID_HOME

key.keystore

2.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)