There was an error while loading. Please reload this page.
1 parent 33b9d29 commit bb2dbbbCopy full SHA for bb2dbbb
1 file changed
.github/workflows/publish.yml
@@ -61,8 +61,8 @@ jobs:
61
node-version: 24
62
registry-url: 'https://registry.npmjs.org'
63
- run: bun install --frozen-lockfile
64
- - name: Verify Android native libraries
65
- run: bash scripts/verify-android-so.sh
+ # - name: Verify Android native libraries
+ # run: bash scripts/verify-android-so.sh
66
- name: Build Harmony HAR
67
run: npm run build:harmony-har -- --build-mode release
68
- name: Verify Harmony HAR artifact
@@ -96,8 +96,8 @@ jobs:
96
97
98
99
100
101
- name: Fetch previous Harmony HAR
102
shell: bash
103
run: |
0 commit comments