From 2fdc1efcf936b2368bf9d2d5541732b8ea087663 Mon Sep 17 00:00:00 2001 From: Tomasz Semkiw <43782886+gumbasek@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:01:56 +0200 Subject: [PATCH] Updating release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1968be..403a07d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,8 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: target/${{ env.RELEASE_VERSION }}_cloudwatch2humio.zip - asset_name: ${{ env.RELEASE_VERSION }}_cloudwatch2humio.zip + file: target/${{ env.RELEASE_VERSION }}_cloudwatch2logscale.zip + asset_name: ${{ env.RELEASE_VERSION }}_cloudwatch2logscale.zip tag: ${{ env.RELEASE_VERSION }} overwrite: true body: "Automatic release. See changelog for updates"