Skip to content

Commit

Permalink
ghactions: Upload resulting binary as artifact
Browse files Browse the repository at this point in the history
This makes it easier to download the vfkit universal binary built
through GitHub Actions.
  • Loading branch information
cfergeau committed Jul 28, 2022
1 parent 6e8697e commit 796aab4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ jobs:
run: make
- name: vet
run: go vet ./...
- name: Upload vfkit artifact
uses: actions/upload-artifact@v2
with:
name: vfkit Universal Binary (${{ matrix.os }})
path: "./out/vfkit"

0 comments on commit 796aab4

Please sign in to comment.