mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-04 15:55:23 +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
|
- name: Build
|
||||||
run: make build
|
run: make build
|
||||||
- name: Rename file
|
- 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
|
- name: Upload Release Asset
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: ./out/linux/0gchaind-linux
|
files: ./out/linux/0gchaind-linux-${{ github.ref_name }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.ZG_UPLOAD_ASSET }}
|
GITHUB_TOKEN: ${{ secrets.ZG_UPLOAD_ASSET }}
|
||||||
|
Loading…
Reference in New Issue
Block a user