mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +08:00
fixed file path
This commit is contained in:
parent
e47a5adb3a
commit
6b2ce83c56
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
- name: Upload dat files to release
|
||||
uses: svenstaro/upload-release-action@v1-release
|
||||
with:
|
||||
file: ${GITHUB_WORKSPACE}/v2ray/${{ matrix.artifact_name }}
|
||||
file: ${HOME}/v2ray-rules-dat/v2ray-rules-dat/v2ray/${{ matrix.artifact_name }}
|
||||
asset_name: ${{ matrix.asset_name }}
|
||||
tag: latest
|
||||
overwrite: true
|
||||
|
Loading…
Reference in New Issue
Block a user