diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-24 00:28:12 +0900 |
---|---|---|
committer | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-24 00:28:12 +0900 |
commit | c09ac436952b845d6703de3ebfa2062833979911 (patch) | |
tree | be6667e468d3f534291df93c865aef7574f89b5b /.github | |
parent | 0b8ec726b84f703ec12cfe2e607ba4d30487e694 (diff) |
Fix bug in publish-firefox-development, use correct filepath
Diffstat (limited to '.github')
-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}": { |