From a30932b5f25b1154adde447c2089427c075cc5df Mon Sep 17 00:00:00 2001 From: 0g-wh Date: Tue, 30 Jul 2024 17:40:59 +0800 Subject: [PATCH] Update upload-release-assets.yml --- .github/workflows/upload-release-assets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upload-release-assets.yml b/.github/workflows/upload-release-assets.yml index 2f2621a9..975b1aa7 100644 --- a/.github/workflows/upload-release-assets.yml +++ b/.github/workflows/upload-release-assets.yml @@ -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 }}