Skip to content

Commit

Permalink
Fix: Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Dec 13, 2023
1 parent 071e10e commit 5e2661e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
- name: Build
run: |
go get ./...
go build -v ./... -trimpath -buildmode=plugin
go build -trimpath -buildmode=plugin -o plugin.so -v ./...
- name: Upload a Release Asset
uses: softprops/action-gh-release@v1
- name: Upload an artifact
uses: actions/upload-artifact@v3
with:
files: vib-plugin.so
Name: Vib plugin
path: ./plugin.so

0 comments on commit 5e2661e

Please sign in to comment.