mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-03 07:15:17 +00:00
Update upload-release-assets.yml
This commit is contained in:
parent
4ae49bf29b
commit
a30932b5f2
4
.github/workflows/upload-release-assets.yml
vendored
4
.github/workflows/upload-release-assets.yml
vendored
@ -16,10 +16,10 @@ jobs:
|
||||
- name: Build
|
||||
run: make build
|
||||
- name: Rename file
|
||||
run: mv ./out/linux/0gchaind ./out/linux/0gchaind-linux
|
||||
run: mv ./out/linux/0gchaind ./out/linux/0gchaind-linux-${{ github.ref_name }}
|
||||
- name: Upload Release Asset
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: ./out/linux/0gchaind-linux
|
||||
files: ./out/linux/0gchaind-linux-${{ github.ref_name }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.ZG_UPLOAD_ASSET }}
|
||||
|
Loading…
Reference in New Issue
Block a user