Skip to content

Commit

Permalink
fix: plugin name
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
kbdharun committed Dec 16, 2023
1 parent 34616f2 commit a94610d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Build
run: |
go get ./...
go build -trimpath -buildmode=plugin -o dnf.so -v ./...
go build -trimpath -buildmode=plugin -o plugin.so -v ./...
- name: Upload an artifact
uses: actions/upload-artifact@v3
with:
name: Vib plugin
path: ./dnf.so
path: ./plugin.so

0 comments on commit a94610d

Please sign in to comment.