fix(GH): nightly release workflow issues

This commit is contained in:
2026-06-22 22:14:47 +09:30
parent 79d68c812c
commit d99198ea12
5 changed files with 97 additions and 6 deletions
+2 -2
View File
@@ -69,7 +69,7 @@ runs:
else
BASE="betterseqtaplus-${VERSION}"
fi
(cd dist/chrome && zip -r "../${BASE}-chrome.zip" .)
(cd dist/firefox && zip -r "../${BASE}-firefox.zip" .)
tar -a -cf "dist/${BASE}-chrome.zip" -C dist/chrome .
tar -a -cf "dist/${BASE}-firefox.zip" -C dist/firefox .
echo "chrome_zip=dist/${BASE}-chrome.zip" >> "$GITHUB_OUTPUT"
echo "firefox_zip=dist/${BASE}-firefox.zip" >> "$GITHUB_OUTPUT"