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 e4b209c commit ea1b215
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@ runs:
steps:
- uses: actions/checkout@v3

- name: Setup Digicert Signing Tool
shell: bash
run: |
curl -X GET https://one.digicert.com/signingmanager/api-ui/v1/releases/smtools-linux-x64.tar.gz/download -H "x-api-key:${{env.DIGICERT_API_KEY}}" -o smtools-linux-x64.tar.gz
tar -xvf smtools-linux-x64.tar.gz
gpg2 --full-gen-key --batch <(echo "Key-Type: 1"; \
echo "Key-Length: 4096"; \
echo "Subkey-Type: 1"; \
echo "Subkey-Length: 4096"; \
echo "Expire-Date: 0"; \
echo "Name-Real: GPG Key"; \
echo "%no-protection"; )
pass init "GPG Key"
./smtools-linux-x64/smctl creds save ${{env.DIGICERT_API_KEY}} ${{env.DIGICERT_CLIENT_CERT_PASSWORD}}
ls ./smtools-linux-x64/
- name: Download SNK
# description: The SNK is used to strongly name the assemblies during build.
shell: bash
Expand Down Expand Up @@ -68,7 +52,7 @@ runs:
- name: Sign DLLs
shell: bash
run: |
./smtools-linux-x64/smctl sign -v --dryrun --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 --fingerprint ${{env.DIGICERT_CODE_SIGNING_CERT_SHA1_HASH}} --tool osslsigncode --openssl-pkcs11-engine ./smtools-linux-x64/smpkcs11.so --input src/LaunchDarkly.ClientSdk/bin/release/net7.0-android/LaunchDarkly.ClientSdk.dll
# - id: publish
# name: Publish Package
Expand Down

0 comments on commit ea1b215

Please sign in to comment.