Skip to content

Commit

Permalink
build fix queues project path
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlebedev committed May 4, 2022
1 parent 7defc2c commit 2260b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2260b5b

Please sign in to comment.