From b0756a386d5ebfd8062a84993218f39a220de23d Mon Sep 17 00:00:00 2001 From: Todd Anderson Date: Wed, 13 Dec 2023 16:06:33 -0600 Subject: [PATCH] build test --- .github/actions/publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 3ed7ab2..d1241c6 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -61,7 +61,7 @@ runs: - name: Sign DLLs shell: bash run: | - ./smtools-linux-x64/smctl sign -v --dryrun --config-file pkcs.cfg --fingerprint ${{env.DIGICERT_CODE_SIGNING_CERT_SHA1_HASH}} --tool osslsigncode --input src/LaunchDarkly.ClientSdk/bin/release/net7.0-android/LaunchDarkly.ClientSdk.dll + ./smtools-linux-x64/smctl sign -v --dryrun --config-file pkcs.cfg --fingerprint ${{env.DIGICERT_CODE_SIGNING_CERT_SHA1_HASH}} --input src/LaunchDarkly.ClientSdk/bin/release/net7.0-android/LaunchDarkly.ClientSdk.dll # - id: publish # name: Publish Package