Skip to content

Commit

Permalink
fix ci typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sepich committed Nov 19, 2023
1 parent 635e2f3 commit 4d27185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
zip thanos-kit-darwin-arm64.zip thanos-kit
GOOS=darwin GOARCH=amd64 make build
zip thanos-kit-darwin-amd64.zip thanos-kit
GOOS=linux GOARCH=amd64 build
GOOS=linux GOARCH=amd64 make build
zip thanos-kit-linux-amd64.zip thanos-kit
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4d27185

Please sign in to comment.