Skip to content

Commit bb4dacc

Browse files
committed
Update GoReleaser version to v2.3.2 and remove archive format specifications in configuration
1 parent cf75daf commit bb4dacc

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ jobs:
7373
- name: Check GoReleaser config
7474
uses: goreleaser/goreleaser-action@v5
7575
with:
76-
version: latest
76+
version: v2.3.2
7777
args: check

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
find fyne-cross -type f -name "*mcpproxy*" | head -20
2525
- uses: goreleaser/goreleaser-action@v5
2626
with:
27-
version: latest
27+
version: v2.3.2
2828
args: release --clean
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ builds:
1010
archives:
1111
- id: linux
1212
name_template: "mcpproxy-{{ .Version }}-linux-amd64"
13-
format: tar.gz
1413
files:
1514
- src: "fyne-cross/bin/linux-amd64/mcpproxy"
1615
dst: "mcpproxy"
@@ -19,7 +18,6 @@ archives:
1918

2019
- id: windows
2120
name_template: "mcpproxy-{{ .Version }}-windows-amd64"
22-
format: zip
2321
files:
2422
- src: "fyne-cross/bin/windows-amd64/mcpproxy.exe"
2523
dst: "mcpproxy.exe"
@@ -28,7 +26,6 @@ archives:
2826

2927
- id: darwin-amd64
3028
name_template: "mcpproxy-{{ .Version }}-darwin-amd64"
31-
format: tar.gz
3229
files:
3330
- src: "fyne-cross/bin/darwin-amd64/mcpproxy"
3431
dst: "mcpproxy"
@@ -37,7 +34,6 @@ archives:
3734

3835
- id: darwin-arm64
3936
name_template: "mcpproxy-{{ .Version }}-darwin-arm64"
40-
format: tar.gz
4137
files:
4238
- src: "fyne-cross/bin/darwin-arm64/mcpproxy"
4339
dst: "mcpproxy"

0 commit comments

Comments
 (0)