👷 监控客户端自动化构建
This commit is contained in:
parent
2ad1137c99
commit
317cd71927
4
.github/workflows/client-builder.yml
vendored
4
.github/workflows/client-builder.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: https://uploads.github.com/repos/${{ github.repository }}/releases/${{ env.RELEASE_ID }}/assets
|
||||
asset_path: client/dist/easynode-client-x86
|
||||
asset_path: dist/easynode-client-x86
|
||||
asset_name: easynode-client-x86
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
@ -61,6 +61,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: https://uploads.github.com/repos/${{ github.repository }}/releases/${{ env.RELEASE_ID }}/assets
|
||||
asset_path: client/dist/easynode-client-arm64
|
||||
asset_path: dist/easynode-client-arm64
|
||||
asset_name: easynode-client-arm64
|
||||
asset_content_type: application/octet-stream
|
||||
|
Loading…
x
Reference in New Issue
Block a user