Skip to content

Commit

Permalink
Add upload to Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
froque committed Apr 23, 2024
1 parent 2a2a595 commit b0211fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ jobs:

- name: Build
run: make

- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
with:
path: |
spotdrain-amd64
spotdrain-arm64

0 comments on commit b0211fc

Please sign in to comment.