From 639f39795b121d3503d3035f3d43097515c6dc47 Mon Sep 17 00:00:00 2001 From: Lukas Nagel Date: Thu, 24 Oct 2024 21:04:44 +0200 Subject: [PATCH] debug --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 09a6256..93af582 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -56,7 +56,7 @@ jobs: # Package the built Linux app into an AppImage - name: Create AppImage - run: ARCH=x86_64 ./appimagetool-x86_64.AppImage --appdir=build/linux/x64/release/bundle AppImage.AppImage + run: ARCH=x86_64 ./appimagetool-x86_64.AppImage assets/AppImage HelloWorld.AppImage # Upload the AppImage as an artifact (optional) - name: Upload AppImage artifact