We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1dbaac commit 8eab8a8Copy full SHA for 8eab8a8
.github/workflows/release.yaml
@@ -48,9 +48,9 @@ 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: ${{ matrix.arch }}-binary
+ asset_name: firetail-extension-${{ matrix.arch }}-${{ env.RELEASE_VERSION }}
52
asset_content_type: application/zip
53
-
+
54
publish-package:
55
runs-on: ubuntu-latest
56
needs: build-package
0 commit comments