We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e8542 commit c082a72Copy full SHA for c082a72
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
./build.sh hisi
26
./build.sh star6b0
27
./build.sh star6e
28
- ./build.sh x86
+ ./build.sh native
29
30
- name: Upload binary
31
uses: actions/upload-artifact@v4
@@ -35,7 +35,7 @@ jobs:
35
msposd_hisi
36
msposd_star6b0
37
msposd_star6e
38
- msposd_x86
+ msposd
39
40
- name: Versioned release
41
if: startsWith(github.ref, 'refs/tags/')
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
- name: Upload latest
52
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
@@ -58,4 +58,4 @@ jobs:
58
59
60
61
0 commit comments