From e9b2f2c9de2fba9875a12417ba0d603810464fc3 Mon Sep 17 00:00:00 2001 From: dgulino <1379399+dgulinobw@users.noreply.github.com> Date: Sat, 24 Feb 2024 14:43:48 -0500 Subject: [PATCH] using log git hash for release name to better integrate with build tools --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a370a4..b66d7c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GH_TOKEN }} - file: _build/public/rel/dog_agent/dog_agent-${{ github.sha }}.tar.gz + file: _build/public/rel/dog/dog-${{ github.sha }}.tar.gz asset_name: dog_agent_release_ubuntu-${{ runner.arch }}_${{ env.RELEASE_VERSION }}.tar.gz tag: ${{ github.ref }} overwrite: true