From cf6beda243d8c5d181ca23452e7e551fca99f457 Mon Sep 17 00:00:00 2001 From: "Robin E. R. Davies" Date: Mon, 27 Jan 2025 13:46:21 -0500 Subject: [PATCH] Build artifact --- .github/workflows/cmake-multi-platform.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 252494f..ec3f8db 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -102,10 +102,10 @@ jobs: - name: Generate Artifacts uses: actions/upload-artifact@v4 if: ${{ matrix.os == 'ubuntu-latest' && matrix.c_compiler == 'gcc' }} - path: | - build/*.deb - #build/_CPack_Packages/Linux/DEB/ - retention-days: 5 + with: + path: | + build/*.deb + retention-days: 5 - name: Test working-directory: ${{ steps.strings.outputs.build-output-dir }}