Skip to content

Commit

Permalink
Set -o gokart
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScorpion committed Dec 8, 2023
1 parent 5992592 commit b1540ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
go-version: '1.21'
- name: Build
run: go build ./cmd/gokart.go
run: go build -o gokart ./cmd/gokart.go
- name: Package
run: |
mkdir gokart-prompt
Expand Down

0 comments on commit b1540ab

Please sign in to comment.