diff options
| -rw-r--r-- | .github/workflows/publish-firefox-development.yml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/.github/workflows/publish-firefox-development.yml b/.github/workflows/publish-firefox-development.yml index 07b2d614..f704e365 100644 --- a/.github/workflows/publish-firefox-development.yml +++ b/.github/workflows/publish-firefox-development.yml @@ -53,15 +53,15 @@ jobs:            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 +      # update updates.json so that all people who have the dev version installed get the new update        - uses: actions/checkout@v4          with:            ref: metadata -      - name: Recreate update.json +      - name: Recreate updates.json          run: | -          cat > update.json << EOF +          cat > updates.json << EOF            {                "addons": {                    "{2d13e145-294e-4ead-9bce-b4644b203a00}": { |