Skip to content

Commit fdeef27

Browse files
committed
tar.gz
1 parent 2d1f306 commit fdeef27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
uses: svenstaro/upload-release-action@v2
6363
with:
6464
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
65+
file: amlen_exporter-${{ env.RELEASE_VERSION }}.linux-amd64.tar.gz
66+
asset_name: amlen_exporter-${{ env.RELEASE_VERSION }}.linux-amd64.tar.gz
6767
tag: ${{ github.ref }}
6868
overwrite: true
6969
body: "Release ${{ env.RELEASE_VERSION }}"

0 commit comments

Comments
 (0)