From 3863d3a5d98147a4d2d9d11aa75c28838f974e9e Mon Sep 17 00:00:00 2001 From: loyalsoldier Date: Wed, 11 Dec 2019 02:44:37 +0800 Subject: [PATCH] fixed file path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b30c120..e7b68ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: - name: Upload dat files to release uses: svenstaro/upload-release-action@v1-release with: - file: $GOPATH/v2ray/${{ matrix.artifact_name }} + file: ${GITHUB_WORKSPACE}/v2ray/${{ matrix.artifact_name }} asset_name: ${{ matrix.asset_name }} tag: latest overwrite: true