mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-14 12:48:17 +10:00
linux: fix appimage (#731)
* always use latest version of pkg2appimage * generate zsync file to make the appimage updateable * install fuse for GH actions * remove fuse * run AppImage * comment converts * getting info on images * using bugfix from #536 * add DOCKER_BUILD flag * extract AppImageAssistant before running it * use local `convert` and not from `pkg2appimage`
This commit is contained in:
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@@ -101,8 +101,8 @@ jobs:
|
||||
./*.tar.gz
|
||||
./*.deb
|
||||
./*.rpm
|
||||
./*.AppImage
|
||||
./*.AppImage.zsync
|
||||
./VSCodium-*.AppImage
|
||||
./VSCodium-*.AppImage.zsync
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user