Skip to content

Commit

Permalink
Fix wrong make target.
Browse files Browse the repository at this point in the history
  • Loading branch information
automixer committed Feb 11, 2024
1 parent 2e649a7 commit dc958fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:

- name: Build Project
run: |
GOOS=linux GOARCH=amd64 make build
GOOS=linux GOARCH=arm64 make build
GOOS=darwin GOARCH=amd64 make build
GOOS=darwin GOARCH=arm64 make build
GOOS=linux GOARCH=amd64 make release
GOOS=linux GOARCH=arm64 make release
GOOS=darwin GOARCH=amd64 make release
GOOS=darwin GOARCH=arm64 make release
- name: Create Release and Upload Assets
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit dc958fb

Please sign in to comment.