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