Skip to content

Commit b134e9e

Browse files
authored
fix bug in go.yml
1 parent 1791721 commit b134e9e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
shell: bash
5050

5151
- name: Generate version file
52-
run: |
52+
run: |
53+
cd dist
5354
echo $TAG_NAME > version
5455
5556
- name: Release and upload
@@ -60,7 +61,7 @@ jobs:
6061
draft: false
6162
prerelease: false
6263
files: |
63-
version
64-
Country.mmdb
64+
./dist/version
65+
./dist/Country.mmdb
6566
env:
66-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)