Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments

use signed firefox xpi for release

+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: