We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a0c39 commit 81e0915Copy full SHA for 81e0915
.github/workflows/release.yml
@@ -80,6 +80,6 @@ jobs:
80
with:
81
upload_url: ${{ steps.create_release.outputs.upload_url }}
82
asset_path: ./dist/tidytube_edge_${{ github.ref_name }}.zip
83
- asset_name: tidytube_firefox_${{ github.ref_name }}.zip
+ asset_name: tidytube_edge_${{ github.ref_name }}.zip
84
asset_content_type: application/zip
85
0 commit comments