Skip to content

Commit

Permalink
Merge pull request #467 from tablelandnetwork/bcalza/fixbinaries
Browse files Browse the repository at this point in the history
Fixes binaries workflow
  • Loading branch information
brunocalza authored Feb 22, 2023
2 parents d8d6622 + afe4924 commit 439c5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- os: ubuntu-latest
asset_name: api-linux-amd64.tar.gz
compress_cmd: tar -czvf
build_cmd: docker run -v $PWD:/data golang:1.19 bash -c "cd /data && go build ./cmd/api"
build_cmd: docker run -v $PWD:/data golang:1.19 bash -c "git config --global --add safe.directory /data && cd /data && go build ./cmd/api"
- os: windows-latest
asset_name: api-windows-amd64.zip
compress_cmd: tar.exe -a -c -f
Expand Down

0 comments on commit 439c5b4

Please sign in to comment.