ci[release]: refactor appimage build script to include appimage auto update info

This commit is contained in:
Suyog Tandel
2026-07-21 00:23:16 +05:30
parent ac0a29895f
commit a9e95ca2cb
2 changed files with 172 additions and 78 deletions
+3
View File
@@ -152,6 +152,8 @@ jobs:
mkdir -p target/release
echo "Running build inside container..."
podman run --rm \
-e GITHUB_REPOSITORY_OWNER \
-e GITHUB_REPOSITORY \
-v "${{ github.workspace }}":/workspace:z \
"${IMAGE_NAME}" \
/workspace/.github/scripts/build_appimage.sh ${{ matrix.appimage_variant }}
@@ -180,6 +182,7 @@ jobs:
target/release/*.deb
target/release/*.appimage
target/release/*.AppImage
target/release/*.zsync
target/release/*.tar.gz
target/release/*.msi
target/release/*.dmg