Skip to content

Commit

Permalink
chore: Fixes build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Jan 27, 2023
1 parent d8b79e0 commit 6263ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
go-version: 1.19

- name: Build
run: go build -o icarus-${GOOS}-${GOARCH} cmd/icarus.go
run: go build -o icarus cmd/icarus.go

- name: Release file
uses: djnicholson/[email protected]
Expand Down

0 comments on commit 6263ccd

Please sign in to comment.