Skip to content

Commit

Permalink
Update pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theorlandog authored May 29, 2024
1 parent 4130f9b commit ee98aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: go get ./...
- name: Build
run: go build -v -o ./output/app
run: go build -v ./cmd/... -o ./output/app
# - name: Test with the Go CLI
# run: go test
# - uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ee98aae

Please sign in to comment.