We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d268c5 + 2fdc1ef commit 420f1ecCopy full SHA for 420f1ec
.github/workflows/release.yml
@@ -19,8 +19,8 @@ jobs:
19
uses: svenstaro/upload-release-action@v2
20
with:
21
repo_token: ${{ secrets.GITHUB_TOKEN }}
22
- file: target/${{ env.RELEASE_VERSION }}_cloudwatch2humio.zip
23
- asset_name: ${{ env.RELEASE_VERSION }}_cloudwatch2humio.zip
+ file: target/${{ env.RELEASE_VERSION }}_cloudwatch2logscale.zip
+ asset_name: ${{ env.RELEASE_VERSION }}_cloudwatch2logscale.zip
24
tag: ${{ env.RELEASE_VERSION }}
25
overwrite: true
26
body: "Automatic release. See changelog for updates"
0 commit comments