From 17917216523c2d6c44cb969ab804764acaebdd71 Mon Sep 17 00:00:00 2001 From: JMVoid Date: Sat, 26 Sep 2020 23:59:21 +0800 Subject: [PATCH] try to fix go.yml bug --- .github/workflows/go.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 97ffb27..3d7b4b3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -50,7 +50,6 @@ jobs: - name: Generate version file run: | - cd dist echo $TAG_NAME > version - name: Release and upload @@ -61,7 +60,7 @@ jobs: draft: false prerelease: false files: | - ./dist/version - ./dist/Country.mmdb + version + Country.mmdb env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file