File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 - name : Check GoReleaser config
7474 uses : goreleaser/goreleaser-action@v5
7575 with :
76- version : latest
76+ version : v2.3.2
7777 args : check
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ builds:
1010archives :
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"
You can’t perform that action at this time.
0 commit comments