Skip to content

Commit 5ff7168

Browse files
committed
🐎 ci(.github/workflows/build.yml): del artifact
1 parent 02403ef commit 5ff7168

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@ jobs:
5959
xmake smart-image -f ext4 -vD -o build/${{ matrix.arch }}-ext4.img
6060
popd
6161
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-
7162
build-linux-apps:
7263
runs-on: ubuntu-latest
7364
strategy:
@@ -98,10 +89,3 @@ jobs:
9889
xmake f -a x86_64 --target_os=linux -vyD
9990
xmake -j$(nproc) -vyD ${{ matrix.app }}
10091
popd
101-
102-
- name: ⬆️ upload artifact
103-
uses: actions/upload-artifact@v3
104-
with:
105-
name: build-smart-apps-${{ github.run_number }}
106-
path: |
107-
apps/build/cross

0 commit comments

Comments
 (0)