Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jun 9, 2023
1 parent bf7bb5c commit 9afff6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
uses: Allan-Nava/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: "386"
GOOS: amd64
GOARCH: "amd64"
GOOS: darwin
EXTRA_FILES: "LICENSE"
CMD_PATH: "main.go"
BUILD_ARGS: "-o scaffold-cli"
Expand Down

0 comments on commit 9afff6f

Please sign in to comment.