Skip to content

Commit 420f1ec

Browse files
authored
Merge pull request #52 from humio/gumbasek-patch-1
Updating release.yml
2 parents 6d268c5 + 2fdc1ef commit 420f1ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
uses: svenstaro/upload-release-action@v2
2020
with:
2121
repo_token: ${{ secrets.GITHUB_TOKEN }}
22-
file: target/${{ env.RELEASE_VERSION }}_cloudwatch2humio.zip
23-
asset_name: ${{ env.RELEASE_VERSION }}_cloudwatch2humio.zip
22+
file: target/${{ env.RELEASE_VERSION }}_cloudwatch2logscale.zip
23+
asset_name: ${{ env.RELEASE_VERSION }}_cloudwatch2logscale.zip
2424
tag: ${{ env.RELEASE_VERSION }}
2525
overwrite: true
2626
body: "Automatic release. See changelog for updates"

0 commit comments

Comments
 (0)