From de3821bcbbccbf94b7a9242a5780e5cb40d0225e Mon Sep 17 00:00:00 2001 From: andreasgriffin <andreasgriffin@proton.me> Date: Sat, 21 Dec 2024 10:31:34 +0100 Subject: [PATCH] workflow fix --- .github/workflows/build-appimage.yml | 4 ++-- .github/workflows/build-mac-arm.yml | 2 +- .github/workflows/build-windows.yml | 2 +- .github/workflows/python-tests.yml | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-appimage.yml b/.github/workflows/build-appimage.yml index 2d15bb5..307d5a9 100644 --- a/.github/workflows/build-appimage.yml +++ b/.github/workflows/build-appimage.yml @@ -1,4 +1,4 @@ -name: Build Test AppImage +name: Build AppImage @@ -79,7 +79,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: appimages - path: dist/*.appimage + path: dist/*.AppImage # - name: Install Dependencies for gui test # run: | diff --git a/.github/workflows/build-mac-arm.yml b/.github/workflows/build-mac-arm.yml index 9bbeb67..dd04d57 100644 --- a/.github/workflows/build-mac-arm.yml +++ b/.github/workflows/build-mac-arm.yml @@ -1,4 +1,4 @@ -name: Build Test DMG +name: Build MacOsX dmg Arm64 on: workflow_dispatch: inputs: diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 85d646c..40982eb 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -1,4 +1,4 @@ -name: Build Test Windows +name: Build Windows on: workflow_dispatch: diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 2006eca..064f084 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -84,6 +84,7 @@ jobs: - name: Upload output Files from tests/output + if: always() # This ensures the step runs regardless of previous failures uses: actions/upload-artifact@v4 with: name: test-output