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
72f6ce1d87
commit
3d60ebfe4a
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: $GOPATH/v2ray/${{ matrix.artifact_name }}
|
||||
file: v2ray/${{ matrix.artifact_name }}
|
||||
asset_name: ${{ matrix.asset_name }}
|
||||
tag: latest
|
||||
overwrite: true
|
||||
|
Loading…
Reference in New Issue
Block a user