Skip to content

Commit 1a9441f

Browse files
committed
refactor: remove artifact upload step from build workflow
1 parent 9cf07c6 commit 1a9441f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

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

2020
- name: Build
2121
run: go build -v ./...
22-
23-
- name: Upload artifact
24-
uses: actions/upload-artifact@v3
25-
with:
26-
name: http-scanner
27-
path: ./http-scanner

0 commit comments

Comments
 (0)