diff options
| author | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 15:32:50 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-23 15:32:50 +0000 | 
| commit | b095efd9251066ef5e179b9fd29f0996d2440340 (patch) | |
| tree | be6667e468d3f534291df93c865aef7574f89b5b | |
| parent | 0b8ec726b84f703ec12cfe2e607ba4d30487e694 (diff) | |
| parent | c09ac436952b845d6703de3ebfa2062833979911 (diff) | |
Merge pull request #255 from themoeway/fix-publish-firefox-development
Fix bug in publish-firefox-development, use correct filepath
| -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}": { |