Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Dec 15, 2023
1 parent 398d067 commit e94400b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
run: |
for dll in $(find ${{ github.workspace }}/src/LaunchDarkly.ClientSdk/bin/Release/ -name LaunchDarkly.ClientSdk.dll); do
echo "${dll}"
${{ github.workspace }}/smctl-mac-x64 sign -v --keypair-alias key_573919999 --input "${dll}"
${{ github.workspace }}/smctl-mac-x64 sign -v --keypair-alias key_573919999 --config-file "${{ github.workspace }}/pkcs11properties.cfg" --input "${dll}"
done
# - name: Create Nuget Package
Expand Down

0 comments on commit e94400b

Please sign in to comment.