We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1f306 commit fdeef27Copy full SHA for fdeef27
.github/workflows/release.yml
@@ -62,8 +62,8 @@ jobs:
62
uses: svenstaro/upload-release-action@v2
63
with:
64
repo_token: ${{ secrets.RELEASE_TOKEN }}
65
- file: amlen_exporter-${{ env.RELEASE_VERSION }}.linux-amd64.tar
66
- asset_name: amlen_exporter-${{ env.RELEASE_VERSION }}.linux-amd64.tar
+ file: amlen_exporter-${{ env.RELEASE_VERSION }}.linux-amd64.tar.gz
+ asset_name: amlen_exporter-${{ env.RELEASE_VERSION }}.linux-amd64.tar.gz
67
tag: ${{ github.ref }}
68
overwrite: true
69
body: "Release ${{ env.RELEASE_VERSION }}"
0 commit comments