diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-08-19 19:26:29 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-19 19:26:29 +0900 |
commit | 32c1928885be4a2d822c4105216becfa90455e99 (patch) | |
tree | a7cf921773930622b1b54edc00e795fd3913d5f3 /.github | |
parent | a00a56c429347d872bfd6fe1597e6f8991cf7217 (diff) |
Fix typo in publish-firefox-development.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/publish-firefox-development.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |