We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f7e390 + ea9d64b commit bdcaca2Copy full SHA for bdcaca2
.github/workflows/release.yaml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
upload_url: ${{ steps.get_release.outputs.upload_url }}
50
asset_path: build/firetail-extension-${{ matrix.arch }}-${{ env.RELEASE_VERSION }}.zip
51
- asset_name: firetail-extension-${{ matrix.arch }}-${{ env.RELEASE_VERSION }}
+ asset_name: firetail-extension-${{ matrix.arch }}-${{ env.RELEASE_VERSION }}.zip
52
asset_content_type: application/zip
53
54
publish-package:
0 commit comments