feat: Add AppImage for x86 linux

This commit is contained in:
MystiPanda
2023-12-07 16:38:39 +08:00
parent d8b2e08717
commit b8688e2e66
3 changed files with 17 additions and 6 deletions

View File

@@ -117,7 +117,7 @@ jobs:
sudo apt-get install jq
echo "VERSION=$(cat package.json | jq '.version' | tr -d '"')" >> $GITHUB_ENV
- name: Upload Release
if: startsWith(matrix.target, 'x86_64')
if: startsWith(matrix.target, 'x86_64') || startsWith(matrix.target, 'i686')
uses: softprops/action-gh-release@v1
with:
tag_name: v${{env.VERSION}}