From 0a376bb9f974765190e2211f700ab6149a0ae3b2 Mon Sep 17 00:00:00 2001 From: Ian Duncan <76043277+dr8co@users.noreply.github.com> Date: Wed, 21 Feb 2024 00:49:09 +0300 Subject: [PATCH] Sign packages --- .github/workflows/cmake-multi-platform.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 68210d1..e39b4f7 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -127,6 +127,7 @@ jobs: if: matrix.os == 'ubuntu-latest' && matrix.build_type == 'Release' working-directory: ${{ steps.strings.outputs.build-output-dir }} run: | + ls -l sudo cpack - name: Import GPG Key