mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 02:55:34 +08:00
fixed files path
This commit is contained in:
parent
1eae1a20ad
commit
719cb2451e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
- name: Upload dat files to release
|
||||
uses: svenstaro/upload-release-action@v1-release
|
||||
with:
|
||||
file: $GITHUB_WORKSPACE/v2ray-rules-dat/v2ray/${{ matrix.artifact_name }}
|
||||
file: $GITHUB_WORKSPACE/v2ray/${{ matrix.artifact_name }}
|
||||
asset_name: ${{ matrix.asset_name }}
|
||||
tag: latest
|
||||
overwrite: true
|
||||
|
Loading…
Reference in New Issue
Block a user