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 6077e7b commit 13ee65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- uses: actions/checkout@v3

- name: Download SNK
description: The SNK is used to strongly name the assemblies during build.
# description: The SNK is used to strongly name the assemblies during build.
shell: bash
run: aws s3 cp s3://launchdarkly-releaser/dotnet/LaunchDarkly.ClientSdk.snk LaunchDarkly.ClientSdk.snk

Expand Down Expand Up @@ -46,7 +46,7 @@ runs:
./smtools-linux-x64/smctl cert list
- name: Setup osslsigncode
description: osslsigncode will be the underlying tool that Digicert's signing tool will sign with
# description: osslsigncode will be the underlying tool that Digicert's signing tool will sign with
run: |
curl -X GET https://github.com/mtrojnar/osslsigncode/releases/download/2.6/osslsigncode-2.6.tar.gz -o osslsigncode-2.6.tar.gz
tar -xvf osslsigncode-2.6.tar.gz
Expand Down

0 comments on commit 13ee65b

Please sign in to comment.