diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5271b159d..39e7ab2b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -295,6 +295,10 @@ jobs: - name: Export Full Library Licenses run: ./gradlew exportLibraryDefinitions -Pci=true + - name: Install dependencies for AppImage + if: runner.os == 'Linux' + run: sudo apt-get update && sudo apt-get install -y libfuse2t64 + - name: Package Native Distributions env: ORG_GRADLE_PROJECT_appVersionName: ${{ needs.prepare-build-info.outputs.APP_VERSION_NAME }}