Skip to content

Commit

Permalink
Merge pull request #52 from humio/gumbasek-patch-1
Browse files Browse the repository at this point in the history
Updating release.yml
  • Loading branch information
gumbasek authored Jun 19, 2024
2 parents 6d268c5 + 2fdc1ef commit 420f1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 420f1ec

Please sign in to comment.