File tree Expand file tree Collapse file tree 1 file changed +4
-22
lines changed
Expand file tree Collapse file tree 1 file changed +4
-22
lines changed Original file line number Diff line number Diff line change 77 branches : [ "main" ]
88
99jobs :
10- build-windows :
11- runs-on : windows-latest
12- steps :
13- - uses : actions/checkout@v4
14- - name : Setup Geode
15- uses : geode-sdk/setup-geode@v1
16- with :
17- sdk : latest
18-
19- - name : Build
20- run : geode build
21-
22- - name : Upload Artifact
23- uses : actions/upload-artifact@v4
24- with :
25- name : on-keybind-trigger-windows
26- path : |
27- *.geode
28- build/Release/*.geode
29-
3010 build-android :
3111 runs-on : ubuntu-latest
3212 steps :
3313 - uses : actions/checkout@v4
14+
3415 - name : Setup Geode
35- uses : geode-sdk/setup-geode@v1
16+ # Используем прямую ссылку на коммит вместо @v1
17+ uses : geode-sdk/setup-geode@43f350542373245b3c4377a0c7b3f947b14c330a
3618 with :
3719 sdk : latest
38-
20+
3921 - name : Build
4022 run : geode build -p android
4123
You can’t perform that action at this time.
0 commit comments