Skip to content

Commit

Permalink
fix: wrong args on darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
Iqbalabdi committed Nov 26, 2023
1 parent b4c3b51 commit b858190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: build --clean --config .github/goreleaser/.goreleaser-for-linux.yaml
args: release --clean --config .github/goreleaser/.goreleaser-for-linux.yaml
env:
GITHUB_TOKEN: ${{env.GH_ACCESS_TOKEN}}

Expand All @@ -45,7 +45,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: build --clean--config .github/goreleaser/.goreleaser-for-darwin.yaml
args: release --clean --config .github/goreleaser/.goreleaser-for-darwin.yaml
env:
GITHUB_TOKEN: ${{env.GH_ACCESS_TOKEN}}

Expand All @@ -64,6 +64,6 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: build --clean --config .github/goreleaser/.goreleaser-for-windows.yaml
args: release --clean --config .github/goreleaser/.goreleaser-for-windows.yaml
env:
GITHUB_TOKEN: ${{env.GH_ACCESS_TOKEN}}

0 comments on commit b858190

Please sign in to comment.