Skip to content

Commit

Permalink
fix placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
toobeeh committed Sep 18, 2024
1 parent 24ca5d2 commit d8289aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/extension-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,17 @@ jobs:
run: mkdir -p dist

- name: "Copy XPI to dist"
run: cp ${{ steps.web-ext-sign.outputs.target }} ./dist/typo-firefox-signed-release-${{ env.VERSION }}.xpi
run: cp ${{ steps.web-ext-sign.outputs.target }} ./dist/typo-firefox-release-${{ env.VERSION }}.xpi

- name: "Create updates.json"
run: |
echo '{
"addons": {
"your-addon-id@example.com": {
"{0b67dc2f-1517-451c-b5cb-8b28270b03e6}": {
"updates": [
{
"version": "'${{ env.VERSION }}'",
"update_link": "https://your-username.github.io/your-repo/typo-firefox-signed-release-${{ env.VERSION }}.xpi"
"update_link": "https://toobeeh.github.io/skribbltypo/typo-firefox-release-${{ env.VERSION }}.xpi"
}
]
}
Expand Down

0 comments on commit d8289aa

Please sign in to comment.