File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 1717 uses : actions/setup-go@v2
1818 with :
1919 go-version : 1.16.x
20- - name : Configure github for private modules
21- shell : bash
22- env :
23- TOKEN : ${{ secrets.GH_ACCESS_TOKEN }}
24- run : git config --global url."https://error2215:${TOKEN}@github.com/core-coin/go-core".insteadOf "https://github.com/core-coin/go-core"
2520 - name : Build for Mac and Linux
2621 if : matrix.platform.path == 'linux-x86_64' || matrix.platform.path == 'darwin-x86_64'
2722 run : |
4439 - name : Build for Windows
4540 if : ${{ matrix.platform.path == 'windows-x86_64' }}
4641 shell : msys2 {0}
47- env :
48- TOKEN : ${{ secrets.GH_ACCESS_TOKEN }}
49- run : |
50- git config --global url."https://error2215:${TOKEN}@github.com/core-coin/go-core".insteadOf "https://github.com/core-coin/go-core"
51- go build -o bin/wallet-generator.exe -buildmode=exe main.go templates.go
42+ run : go build -o bin/wallet-generator.exe -buildmode=exe main.go templates.go
5243 - name : Upload
5344 uses : actions/upload-artifact@v2
5445 with :
You can’t perform that action at this time.
0 commit comments