From 244d2b3584788dfed2c7126e8f86d915927e5cfe Mon Sep 17 00:00:00 2001 From: loyalsoldier Date: Wed, 11 Dec 2019 03:20:38 +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 6338b22..48a5e8b 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: ${HOME}/v2ray-rules-dat/v2ray-rules-dat/v2ray/${{ matrix.artifact_name }} + file: /home/runner/work/v2ray-rules-dat/v2ray-rules-dat/v2ray/${{ matrix.artifact_name }} asset_name: ${{ matrix.asset_name }} tag: latest overwrite: true