Skip to content

Commit

Permalink
spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv8rzim committed Sep 7, 2023
1 parent 199f1e6 commit 471fbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Compile Plugin
run: |
go build -trimspace -o check.so -buildmode=plugin main.go
go build -trimpath -o check.so -buildmode=plugin main.go
- name: Create Release
id: create_release
Expand Down

0 comments on commit 471fbca

Please sign in to comment.