Skip to content

Commit 4f2e5d4

Browse files
committed
chore(ci): remove unused artifact upload
1 parent 41000b1 commit 4f2e5d4

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Store gpud binary
1+
name: Build gpud binary
22

33
on:
44
push:
@@ -26,9 +26,3 @@ jobs:
2626
- name: Build project
2727
run: |
2828
make
29-
30-
- name: Upload build artifact
31-
uses: actions/upload-artifact@v4
32-
with:
33-
name: gpud
34-
path: bin/gpud

0 commit comments

Comments
 (0)