From 4ee10f7f99d67378a4ecdbcf8e0c0a5cbe2a1649 Mon Sep 17 00:00:00 2001 From: 1nv8rZim Date: Wed, 30 Aug 2023 20:29:22 -0400 Subject: [PATCH] debugging errors --- .github/workflows/release-plugin.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-plugin.yml b/.github/workflows/release-plugin.yml index 09c0044..bda327e 100644 --- a/.github/workflows/release-plugin.yml +++ b/.github/workflows/release-plugin.yml @@ -22,6 +22,10 @@ jobs: run: | go build -o check.so -buildmode=plugin main.go + - name: testing + run: | + ls -la + - name: Create Release id: create_release uses: ncipollo/release-action@v1.13.0