Skip to content

Commit 19fb8ec

Browse files
authored
Update setup.yml
1 parent 8def87d commit 19fb8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
serv_path = Path('pkg/serv/serv.go')
3737
msg_path = Path('pkg/pbs/messages.proto')
3838
svc_path = Path('pkg/pbs/services.proto')
39-
server_path = Path('cmd/client/main.go')
40-
client_path = Path('cmd/server/main.go')
39+
server_path = Path('cmd/server/main.go')
40+
client_path = Path('cmd/client/main.go')
4141
4242
readme = readme_path.read_text().replace('server-client-go', repo_name)
4343
serv = serv_path.read_text().replace('github.com/codingpot/server-client-template-go/pkg/pbs', 'github.com/' + username + '/' + repo_name + '/pkg/pbs')

0 commit comments

Comments
 (0)