From 6567cb7d7ed2e66601f6c950fb24451b5411d8e4 Mon Sep 17 00:00:00 2001 From: lr222gw Date: Sat, 6 Jan 2024 19:05:24 +0100 Subject: [PATCH] WIP: try to remove condition --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8d9980..4710d4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,11 +31,11 @@ jobs: - name: Build run: pyinstaller --onefile cpppc.py - if: matrix.os == runner.os + - name: Archive artifacts run: zip -r executables-${{ matrix.os }}.zip dist/ - if: matrix.os == runner.os + - name: Upload artifacts uses: actions/upload-artifact@v4