Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeemery authored Jan 7, 2023
1 parent 4a762e8 commit acc9ffa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ jobs:
- name: Build
working-directory: collector
run: make build

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
# Artifact name
# A file, directory or wildcard pattern that describes what to upload
path: collector/build

0 comments on commit acc9ffa

Please sign in to comment.