Skip to content

Commit 8eab8a8

Browse files
author
Riley Priddle
committed
changed assets name
1 parent d1dbaac commit 8eab8a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ 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: ${{ matrix.arch }}-binary
51+
asset_name: firetail-extension-${{ matrix.arch }}-${{ env.RELEASE_VERSION }}
5252
asset_content_type: application/zip
53-
53+
5454
publish-package:
5555
runs-on: ubuntu-latest
5656
needs: build-package

0 commit comments

Comments
 (0)