Skip to content

Commit d9ebc09

Browse files
committed
ci: fix
1 parent dd86444 commit d9ebc09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Android CI
22

33
on: workflow_dispatch
44

5-
65
jobs:
76
build:
87
runs-on: ubuntu-latest
@@ -35,7 +34,7 @@ jobs:
3534
run: ./gradlew -Pengine=HERMES
3635

3736
- name: Upload artifacts
38-
- uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v4
3938
with:
4039
name: release
4140
path: |

0 commit comments

Comments
 (0)