From bb28879c362f4b80ee6aa16037491fe3dff81fc8 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Mon, 23 Jun 2025 11:25:14 +0200 Subject: [PATCH] I hate, that I cannot test these workflow files locally (even with `act`) --- .github/workflows/build-appimage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-appimage.yaml b/.github/workflows/build-appimage.yaml index c667dd3..077872d 100644 --- a/.github/workflows/build-appimage.yaml +++ b/.github/workflows/build-appimage.yaml @@ -29,7 +29,7 @@ jobs: run: | mkdir -p app/bin cp "${{ github.workspace }}/resources/appimage/build.sh" app/build.sh - cp "${{ github.workspace }}/resources/appimage/bin/*"" app/bin/ + cp "${{ github.workspace }}/resources/appimage/bin/*" app/bin/ - name: Building AppDir uses: addnab/docker-run-action@v3 with: