Skip to content

Commit

Permalink
Automatically update the extension's update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Sep 22, 2020
1 parent 869f2f5 commit 0fd13b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
asset_path: ${{ steps.filename.outputs.filename }}
asset_name: ophirofox.xpi
asset_content_type: application/zip
- run: ./update-manifest.py | tee /tmp/update_manifest.json
- run: ../update-manifest.py | tee /tmp/update_manifest.json
- name: Upload the extension's update manifest
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 0fd13b6

Please sign in to comment.