Skip to content

Commit 42e9003

Browse files
authored
ci: remove upload artifact steps from CI workflows (#141)
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent 10d091f commit 42e9003

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,3 @@ jobs:
1919

2020
- name: Install Project
2121
run: cmake --install build --prefix install
22-
23-
- name: Upload Project as Artifact
24-
uses: actions/upload-artifact@v4.6.2
25-
with:
26-
name: GitCheckout
27-
path: install
28-
if-no-files-found: error
29-
overwrite: true

0 commit comments

Comments
 (0)