Skip to content

Commit 400ab42

Browse files
committed
ci: remove Upload Project as Artifact step in Build workflow
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent c7edb54 commit 400ab42

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,3 @@ jobs:
2626

2727
- name: Install Project
2828
run: cmake --install build --prefix install
29-
30-
- name: Upload Project as Artifact
31-
uses: actions/upload-artifact@v4.6.2
32-
with:
33-
name: package-${{ matrix.os }}
34-
path: install

0 commit comments

Comments
 (0)