diff --git a/.github/workflows/upload-release-assets.yml b/.github/workflows/upload-release-assets.yml index 29e9e260..3d0915f9 100644 --- a/.github/workflows/upload-release-assets.yml +++ b/.github/workflows/upload-release-assets.yml @@ -16,7 +16,7 @@ jobs: - name: Build run: sudo LINK_STATICALLY=true make build-release - name: Rename file - run: mv ./out/linux/0gchaind ./out/linux/0gchaind-linux-${{ github.ref_name }} + run: sudo mv ./out/linux/0gchaind ./out/linux/0gchaind-linux-${{ github.ref_name }} - name: Upload Release Asset uses: softprops/action-gh-release@v2 with: