Skip to content

Commit c082a72

Browse files
committed
Fix workflow-build for adding native build
1 parent 31e8542 commit c082a72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
./build.sh hisi
2626
./build.sh star6b0
2727
./build.sh star6e
28-
./build.sh x86
28+
./build.sh native
2929
3030
- name: Upload binary
3131
uses: actions/upload-artifact@v4
@@ -35,7 +35,7 @@ jobs:
3535
msposd_hisi
3636
msposd_star6b0
3737
msposd_star6e
38-
msposd_x86
38+
msposd
3939
4040
- name: Versioned release
4141
if: startsWith(github.ref, 'refs/tags/')
@@ -46,7 +46,7 @@ jobs:
4646
msposd_hisi
4747
msposd_star6b0
4848
msposd_star6e
49-
msposd_x86
49+
msposd
5050
5151
- name: Upload latest
5252
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
@@ -58,4 +58,4 @@ jobs:
5858
msposd_hisi
5959
msposd_star6b0
6060
msposd_star6e
61-
msposd_x86
61+
msposd

0 commit comments

Comments
 (0)