From 66f8172818dd4603898e956f43db5a23936944ea Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sun, 12 Jul 2020 10:59:41 +0800 Subject: [PATCH] Refine workflow --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1912c03a..513f075e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Setup Go 1.14 + - name: Setup Go 1.x.y uses: actions/setup-go@v2 with: - go-version: 1.14 + go-version: "^1.14.4" - name: Set $GOPATH and more variables run: | @@ -41,8 +41,8 @@ jobs: - name: Git push assets to "release" branch run: | git init - git config --local user.name "${{ github.actor }}" - git config --local user.email "${{ github.actor }}@users.noreply.github.com" + git config --local user.name "actions" + git config --local user.email "action@github.com" git checkout -b release git add dlc.dat dlc.dat.sha256sum git commit -m "${{ env.RELEASE_NAME }}"