We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02403ef commit 5ff7168Copy full SHA for 5ff7168
1 file changed
.github/workflows/build.yml
@@ -59,15 +59,6 @@ jobs:
59
xmake smart-image -f ext4 -vD -o build/${{ matrix.arch }}-ext4.img
60
popd
61
62
- - name: ⬆️ upload artifact
63
- uses: actions/upload-artifact@v3
64
- with:
65
- name: build-smart-apps-${{ github.run_number }}
66
- path: |
67
- apps/build/cross
68
- apps/build/rootfs
69
- apps/build/*.img
70
-
71
build-linux-apps:
72
runs-on: ubuntu-latest
73
strategy:
@@ -98,10 +89,3 @@ jobs:
98
89
xmake f -a x86_64 --target_os=linux -vyD
99
90
xmake -j$(nproc) -vyD ${{ matrix.app }}
100
91
101
102
103
104
105
106
107
0 commit comments