Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bugrakocabay authored Feb 28, 2024
1 parent 2f7ece7 commit 79b5f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Build Plugins
run: |
GOOS=${{ matrix.goos }} go build -buildmode=plugin -o plugins/postgres-${{ matrix.goos }}.so ./plugin/postgresql/postgresql.go
GOOS=${{ matrix.goos }} go build -buildmode=plugin -o plugins/mongodb-${{ matrix.goos }}.so ./plugin/mongodb/mongodb.go
- name: Archive Release Artifacts
run: tar -czvf konsume-${{ github.event.release.tag_name }}-${{ matrix.goos }}.tar.gz konsume-${{ matrix.goos }} plugins
Expand Down

0 comments on commit 79b5f3c

Please sign in to comment.