From 32c1928885be4a2d822c4105216becfa90455e99 Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Sat, 19 Aug 2023 19:26:29 +0900 Subject: Fix typo in publish-firefox-development.yml --- .github/workflows/publish-firefox-development.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/publish-firefox-development.yml b/.github/workflows/publish-firefox-development.yml index f69960aa..8d8cd616 100644 --- a/.github/workflows/publish-firefox-development.yml +++ b/.github/workflows/publish-firefox-development.yml @@ -49,8 +49,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ inputs.upload_url }} - asset_path: yomitan-firefox.xpi - asset_name: yomitan-firefox.xpi + asset_path: yomitan-firefox-dev.xpi + asset_name: yomitan-firefox-dev.xpi asset_content_type: application/x-xpinstall # update update.json so that all people who have the dev version installed get the new update -- cgit v1.2.3