Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalcek committed Mar 7, 2024
1 parent ac8d660 commit 9e82587
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
CGO_ENABLED: 0
GOARCH: amd64
GOOS: windows
CMD_PATH: -buildvcs=false
EXTRA_FILES: "docs/README.md docs/examples.md docs/about.md LICENSE testdata.xml template.tmpl lua/json.lua lua/functions.lua"
release-linux-amd64:
name: release linux/amd64
Expand All @@ -44,6 +45,7 @@ jobs:
CGO_ENABLED: 0
GOARCH: amd64
GOOS: linux
CMD_PATH: -buildvcs=false
EXTRA_FILES: "docs/README.md docs/examples.md docs/about.md LICENSE testdata.xml template.tmpl lua/json.lua lua/functions.lua"
release-linux-386:
name: release linux/386
Expand All @@ -59,6 +61,7 @@ jobs:
CGO_ENABLED: 0
GOARCH: "386"
GOOS: linux
CMD_PATH: -buildvcs=false
EXTRA_FILES: "docs/README.md docs/examples.md docs/about.md LICENSE testdata.xml template.tmpl lua/json.lua lua/functions.lua"
release-darwin-amd64:
name: release darwin/amd64
Expand All @@ -74,4 +77,5 @@ jobs:
CGO_ENABLED: 0
GOARCH: amd64
GOOS: darwin
CMD_PATH: -buildvcs=false
EXTRA_FILES: "docs/README.md docs/examples.md docs/about.md LICENSE testdata.xml template.tmpl lua/json.lua lua/functions.lua"

0 comments on commit 9e82587

Please sign in to comment.