Skip to content

Commit

Permalink
cleanup/fix: update workflows
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jun 18, 2024
1 parent 8c28190 commit 5c283f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ jobs:
run: |
go get ./...
make build-plugins
tar cvf plugins.tar.xz build/plugins
- uses: actions/upload-artifact@v4
with:
name: Vib
path: |
build/vib
plugins.tar.xz
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Build
run: |
Go get ./...
go get ./...
make build
- name: Build plugins
Expand Down

0 comments on commit 5c283f5

Please sign in to comment.