From 769b23afed679b1aedbe8974e2c060377246a7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 29 Oct 2024 23:30:11 +0100 Subject: [PATCH] fixup! update the path of the .exe --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dee866..66e541d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: run: poetry run .\install\windows\build-app.bat - name: Run the app and check that it doesn't crash. Kill it after 10 seconds. run: | - start *\dangerzone.exe + start build\exe.win-amd64-3.12\dangerzone.exe timeout /t 10 /nobreak taskkill /f /im dangerzone.exe