Skip to content

Commit

Permalink
Merge pull request #255 from themoeway/fix-publish-firefox-development
Browse files Browse the repository at this point in the history
Fix bug in publish-firefox-development, use correct filepath
  • Loading branch information
djahandarie authored Sep 23, 2023
2 parents 0b8ec72 + c09ac43 commit b095efd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-firefox-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}": {
Expand Down

0 comments on commit b095efd

Please sign in to comment.