From ab2348afc7bd18c94af4112bf8017e100c4f7a9d Mon Sep 17 00:00:00 2001 From: Amazing_DM Date: Fri, 20 Mar 2020 13:08:13 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12d6c3fe..e1ce25e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,13 +35,13 @@ jobs: - name: Upload Netch.x64 uses: actions/upload-artifact@v1 with: - name: Netch.x64-${{ env.GITHUB_TAG_NAME }} + name: Netch.x64 path: Netch\bin\x64\Release\win-x64 - name: Upload Netch.x86 uses: actions/upload-artifact@v1 with: - name: Netch.x86-${{ env.GITHUB_TAG_NAME }} + name: Netch.x86 path: Netch\bin\x86\Release\win-x86 # Create a new release: create a tag, then 'git push origin ', wait for it to build