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 9faf847 commit 967d5a4
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 @@ -85,7 +85,7 @@ runs:
- name: Sign DLLs
shell: bash
run: |
for dll in $(find . -name LaunchDarkly.ClientSdk.dll); do
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}"
done
Expand Down

0 comments on commit 967d5a4

Please sign in to comment.