diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65a6378..f86d614 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: goarch: ${{ matrix.goarch }} overwrite: true extra_files: txmlconnector64-6.19.2.21.16.dll - project_path: "examples/queues/main.go" + project_path: "./examples/queues/main.go" binary_name: "txmlconnector-queues" pre_command: "apt-get update && apt-get install --no-install-recommends -y gcc-mingw-w64-x86-64 && export CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++" ldflags: "-extldflags -static -s -w"