From 92a158aa241bc094ff73e196aafa5d51f4c2612c Mon Sep 17 00:00:00 2001 From: Abdhilahi Wabwire <124460109+AbdhilahiRWabwire@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:00:19 -0700 Subject: [PATCH] Fix Typo --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a299efc..d51b193 100755 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: go-version: '1.20' - name: Tidy Package - run: cd ./server && go mod tidy + run: cd ./server && go mod tidy && cd ../ - name: Build Package run: GOOS=linux GOARCH=amd64 go build -o ./binary/htdinet ./server/source/main.go