Skip to content

Commit 1e42c63

Browse files
Update build.yml
1 parent ada6068 commit 1e42c63

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,17 @@ on:
77
branches: [ "main" ]
88

99
jobs:
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

0 commit comments

Comments
 (0)