From 333eef6eaa5e9e372571f48f19fffe7bde209f19 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Wed, 17 Apr 2024 11:17:38 +0200 Subject: [PATCH] Revert "build(deps): bump AppImageCrafters/build-appimage from 1.3 to 2" This reverts commit 158eb8d82c497c104cf9c2d4665983084cc8ae0e. This breaks the build with 'appimagecrafters/appimage-builder:0.8.2' should be either '[path]/Dockerfile' or 'docker://image[:tag]'. v2 was released a couple of years ago, so I don't expect this gets fixed at all. Instead go back to last good version. Signed-off-by: Daniel Wagner --- .github/workflows/appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index bcc53b56d5..53fed3abee 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -21,7 +21,7 @@ jobs: run: | scripts/build.sh appimage - name: build AppImage - uses: AppImageCrafters/build-appimage@v2 + uses: AppImageCrafters/build-appimage@v1.3 with: recipe: .github/AppImageBuilder.yml - uses: actions/upload-artifact@v4