diff --git a/.github/workflows/release-plugin.yml b/.github/workflows/release-plugin.yml index 5c41ff5..aec0ab2 100644 --- a/.github/workflows/release-plugin.yml +++ b/.github/workflows/release-plugin.yml @@ -20,10 +20,6 @@ jobs: go-version: "1.20" cache: false - - name: Compile Plugin - run: | - go build -trimpath -o check.so -buildmode=plugin main.go - - name: Create Release id: create_release uses: ncipollo/release-action@v1.13.0 @@ -34,4 +30,3 @@ jobs: name: Release ${{ github.ref_name }} draft: false prerelease: false - artifacts: check.so