File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929 env :
3030 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3131 - name : Build amd64
32- run : go build -v -ldflags "-X main.version=$NEXT_VERSION " -o out/awesome-ci
32+ run : go build -v -ldflags "-X main.version=$ACI_NEXT_VERSION " -o out/awesome-ci
3333 env :
3434 GOOS : linux
3535 GOARCH : amd64
3636 - name : Build arm64
37- run : go build -v -ldflags "-X main.version=$NEXT_VERSION " -o out/awesome-ci-arm64
37+ run : go build -v -ldflags "-X main.version=$ACI_NEXT_VERSION " -o out/awesome-ci-arm64
3838 env :
3939 GOOS : linux
4040 GOARCH : arm64
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535 env :
3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3737 - name : Build amd64
38- run : go build -v -ldflags "-X main.version=$NEXT_VERSION " -o out/awesome-ci
38+ run : go build -v -ldflags "-X main.version=$ACI_NEXT_VERSION " -o out/awesome-ci
3939 env :
4040 GOOS : linux
4141 GOARCH : amd64
4242 - name : Build arm64
43- run : go build -v -ldflags "-X main.version=$NEXT_VERSION " -o out/awesome-ci-arm64
43+ run : go build -v -ldflags "-X main.version=$ACI_NEXT_VERSION " -o out/awesome-ci-arm64
4444 env :
4545 GOOS : linux
4646 GOARCH : arm64
You can’t perform that action at this time.
0 commit comments