File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 - name : Set up Go
2323 uses : actions/setup-go@v5
2424 with :
25- go-version : 1.22
25+ go-version : 1.24
2626 - name : Build for Linux
2727 run : ./scripts/build.sh
2828 - name : Release for Linux
4545 - name : Set up Go
4646 uses : actions/setup-go@v5
4747 with :
48- go-version : 1.22
48+ go-version : 1.24
4949 - name : Build for macOS
5050 run : ./scripts/build.sh
5151 - name : Setting up Apple certificate
@@ -55,13 +55,13 @@ jobs:
5555 - name : Sign a amd64 macOS binary
5656 uses : indygreg/apple-code-sign-action@v1
5757 with :
58- input_path : dist/zana -darwin-amd64
58+ input_path : dist/kuba -darwin-amd64
5959 p12_file : apple-cert.p12
6060 p12_password : ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
6161 - name : Sign a arm64 macOS binary
6262 uses : indygreg/apple-code-sign-action@v1
6363 with :
64- input_path : dist/zana -darwin-arm64
64+ input_path : dist/kuba -darwin-arm64
6565 p12_file : apple-cert.p12
6666 p12_password : ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
6767 - name : Release for macOS
8484 - name : Set up Go
8585 uses : actions/setup-go@v5
8686 with :
87- go-version : 1.22
87+ go-version : 1.24
8888 - name : Build for Windows
8989 run : ./scripts/build.sh
9090 - name : Release for Windows
Original file line number Diff line number Diff line change 1- BIN_NAME =zana
1+ BIN_NAME =kuba
22
33build :
44 ./scripts/build.sh
You can’t perform that action at this time.
0 commit comments