Skip to content

Commit 2039c17

Browse files
committed
add templates.go to build
1 parent 8eb66cb commit 2039c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
2424
run: git config --global url."https://error2215:${TOKEN}@github.com/core-coin/go-core".insteadOf "https://github.com/core-coin/go-core"
2525
- name: Build Mac and Linux
26-
if: matrix.os != 'windows-latest'
26+
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
2727
run: |
2828
go build -o bin/address-generator main.go templates.go
2929
- name: Build Windows

0 commit comments

Comments
 (0)