From 6a9fe5d9d634f2e6310d12dab5c513dc760b45ec Mon Sep 17 00:00:00 2001 From: Todd Anderson Date: Fri, 15 Dec 2023 11:57:38 -0600 Subject: [PATCH] build test --- .github/actions/publish/action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 6846f0b..46094fe 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -75,16 +75,16 @@ runs: SM_CLIENT_CERT_PASSWORD: ${{ env.DIGICERT_CLIENT_CERT_PASSWORD }} SM_CLIENT_CERT_FILE: ${{ env.DIGICERT_CLIENT_CERT_FILE_B64 }} - # - name: Test calling help - # shell: bash - # run: smctl --help - - name: Look at smctl shell: bash run: | - cat $(which smctl) + file $(which smctl) chmod +x $(which smctl) + - name: Test calling help + shell: bash + run: smctl --help + - name: Sign DLLs shell: bash run: |