1
0
mirror of https://github.com/MetaCubeX/meta-rules-dat.git synced 2025-11-03 17:46:54 +08:00

fixed file path

This commit is contained in:
loyalsoldier
2019-12-11 02:44:37 +08:00
parent 3101e3edfc
commit 3863d3a5d9

View File

@@ -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