From 9120858a3a1b1c8e6aa1372c68a7f306bec5b805 Mon Sep 17 00:00:00 2001 From: morooi <19279567+morooi@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:14:39 +0800 Subject: [PATCH] actions --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3b34884..0e9decf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,7 +48,7 @@ jobs: - name: Get project dependencies run: go mod download - - name: Build Code + - name: Build code run: go build -v -o ${{ env.ASSET_NAME }} - name: Upload files to Artifacts @@ -70,7 +70,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Copy Dockerfile - run: copy .github/workflows/Dockerfile ./ + run: cp .github/workflows/Dockerfile ./ - name: Build and push uses: docker/build-push-action@v4