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 336ecae commit b0756a3
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 @@ -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
Expand Down

0 comments on commit b0756a3

Please sign in to comment.