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
3101e3edfc
commit
3863d3a5d9
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: $GOPATH/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