Skip to content

Commit 79b5f3c

Browse files
authored
Update release.yaml
1 parent 2f7ece7 commit 79b5f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Build Plugins
3131
run: |
3232
GOOS=${{ matrix.goos }} go build -buildmode=plugin -o plugins/postgres-${{ matrix.goos }}.so ./plugin/postgresql/postgresql.go
33+
GOOS=${{ matrix.goos }} go build -buildmode=plugin -o plugins/mongodb-${{ matrix.goos }}.so ./plugin/mongodb/mongodb.go
3334
3435
- name: Archive Release Artifacts
3536
run: tar -czvf konsume-${{ github.event.release.tag_name }}-${{ matrix.goos }}.tar.gz konsume-${{ matrix.goos }} plugins

0 commit comments

Comments
 (0)