Skip to content

Commit

Permalink
ci(build): corrected github release build script
Browse files Browse the repository at this point in the history
  • Loading branch information
drewfugate committed Feb 28, 2024
1 parent 118ae75 commit d62eca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: '^1.16'

- name: Build the Go application
run: go build -o build/neverl8 ./cmd/neverl8
run: go build -o build/neverl8

- name: Set up Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit d62eca5

Please # to comment.