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 13, 2023
1 parent 07562ed commit b01e51b
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 @@ -55,7 +55,7 @@ runs:
- name: Sign DLLs
shell: bash
run: |
./smtools-linux-x64/smctl certificate save cert_573919999 -format pem -name cert.pem
./smtools-linux-x64/smctl certificate save cert_573919999
./smtools-linux-x64/smctl sign -v --keypair-alias key_573919999 --certificate cert.pem --tool osslsigncode --openssl-pkcs11-engine /usr/lib/x86_64-linux-gnu/engines-3/libpkcs11.so --pkcs11-module ${{github.workspace}}/smtools-linux-x64/smpkcs11.so --input src/LaunchDarkly.ClientSdk/bin/release/net7.0-android/LaunchDarkly.ClientSdk.dll
# - id: publish
Expand Down

0 comments on commit b01e51b

Please sign in to comment.