Skip to content

Commit

Permalink
Merge pull request #4 from compscore/package-name
Browse files Browse the repository at this point in the history
updated package name
  • Loading branch information
1nv8rzim authored Sep 19, 2023
2 parents 498fe4a + 1dab1c7 commit c62b0f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -34,4 +30,3 @@ jobs:
name: Release ${{ github.ref_name }}
draft: false
prerelease: false
artifacts: check.so
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package ping

import (
"context"
Expand Down

0 comments on commit c62b0f4

Please sign in to comment.