(READ ONLY) Margin is an open annotation layer for the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
98
fork

Configure Feed

Select the types of activity you want to include in your feed.

use signed firefox xpi for release

scanash00 95bf74fb 5662a966

+10
+10
.github/workflows/release-extension.yml
··· 77 77 rm amo-metadata.json 78 78 cd .. 79 79 80 + - name: Prepare signed Firefox XPI 81 + run: | 82 + if ls web-ext-artifacts/*.xpi 1> /dev/null 2>&1; then 83 + SIGNED_XPI=$(ls web-ext-artifacts/*.xpi | head -1) 84 + echo "Found signed XPI: $SIGNED_XPI" 85 + cp "$SIGNED_XPI" margin-extension-firefox.xpi 86 + else 87 + echo "No signed XPI found, using unsigned build" 88 + fi 89 + 80 90 - name: Create Release 81 91 uses: softprops/action-gh-release@v1 82 92 with: