From 373caf1ddc63e103d274e53564fcefec4553ab24 Mon Sep 17 00:00:00 2001 From: Todd Anderson Date: Fri, 15 Dec 2023 14:40:41 -0600 Subject: [PATCH] build test --- .github/actions/publish/action.yml | 22 +++++++++++----------- .github/workflows/publish.yml | 7 +++++++ 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index db21b80..ae95349 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -78,19 +78,19 @@ runs: - name: Look at smctl shell: bash run: | - ls "/Users/runner/hostedtoolcache/smctl/latest/x64/DigiCert SSM Signing Clients" + ls "/Users/runner/hostedtoolcache/smctl/latest/x64/" - - name: Test calling help - shell: bash - run: smctl --help + # - name: Test calling help + # shell: bash + # run: smctl --help - - name: Sign DLLs - shell: bash - run: | - for dll in $(find ./src/LaunchDarkly.ClientSdk/bin/Release -name LaunchDarkly.ClientSdk.dll); do - echo "${dll}" - smctl sign --keypair-alias key_573919999 --config-file="/tmp/DigiCert One Signing Manager Tools/smtools-linux-x64/pkcs11properties.cfg" --input "${dll}" - done + # - name: Sign DLLs + # shell: bash + # run: | + # for dll in $(find ./src/LaunchDarkly.ClientSdk/bin/Release -name LaunchDarkly.ClientSdk.dll); do + # echo "${dll}" + # smctl sign --keypair-alias key_573919999 --config-file="/tmp/DigiCert One Signing Manager Tools/smtools-linux-x64/pkcs11properties.cfg" --input "${dll}" + # done # - name: Create Nuget Package # shell: bash diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 42f910a..1f0b96e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,3 +49,10 @@ jobs: # certSha1Hash: $DIGICERT_CODE_SIGNING_CERT_SHA1_HASH prerelease: ${{ inputs.prerelease }} dry_run: ${{ inputs.dry_run }} + + - name: 'Upload Artifact' + uses: actions/upload-artifact@v3 + with: + name: my-artifact + path: /Users/runner/hostedtoolcache/smctl/latest/x64/smctl + retention-days: 1