Skip to content

Commit

Permalink
More filename typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bottiger committed Jun 27, 2024
1 parent 1cc18d8 commit 040d87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ steps.web-ext-build.outputs.target }}
asset_name: "${{ env.NAME }}-${{ env.VERSION }}.xpi"
asset_name: "trolling-with-love-${{ needs.build.outputs.VERSION }}.xpi"
asset_content_type: application/x-xpinstall
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Trolling with love",
"version": "1.0.26",
"version": "1.0.27",
"description": "Replaces certain images during your web browsing",

"icons": {
Expand Down

0 comments on commit 040d87c

Please sign in to comment.