From db48894691e6f89a8fe4acbd54220f55db75fb2e Mon Sep 17 00:00:00 2001 From: armadi1809 Date: Sun, 21 Apr 2024 23:29:07 -0500 Subject: [PATCH] more CI updates --- .github/workflows/deploy.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2624512..d4e5447 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -14,11 +14,8 @@ jobs: uses: actions/setup-go@v5 with: go-version: "1.21.x" - - name: Install dependencies - run: go mod tidy && go get . - name: Build - run: go build -v -o ./moviesDiary - + run: GOOS=linux GOARCH=amd64 go build -o moviesDiary - uses: actions/upload-artifact@v4 with: name: binary-artifact