Skip to content

Commit bdcaca2

Browse files
Merge pull request #27 from FireTail-io/hotfix-release-asset-name
Add missing .zip suffix to release asset name
2 parents 6f7e390 + ea9d64b commit bdcaca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
upload_url: ${{ steps.get_release.outputs.upload_url }}
5050
asset_path: build/firetail-extension-${{ matrix.arch }}-${{ env.RELEASE_VERSION }}.zip
51-
asset_name: firetail-extension-${{ matrix.arch }}-${{ env.RELEASE_VERSION }}
51+
asset_name: firetail-extension-${{ matrix.arch }}-${{ env.RELEASE_VERSION }}.zip
5252
asset_content_type: application/zip
5353

5454
publish-package:

0 commit comments

Comments
 (0)