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 14, 2023
1 parent f3536d5 commit e641aa5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ runs:
# run: dotnet build /restore /p:Configuration=Release src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj
run: dotnet build /p:Configuration=release /p:TargetFramework=net7.0-android src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj

- name: Install Jsign for Linux signing
- name: Install Jsign for Linux for signing DLLs
shell: bash
run: |
curl -fSslL https://github.com/ebourg/jsign/releases/download/4.2/jsign_4.2_all.deb -o jsign_3.1_all.deb
sudo dpkg --install jsign_3.1_all.deb
- name: Set up certificate
- name: Set up certificate on filesystem
shell: bash
run: |
echo "${{ env.DIGICERT_CLIENT_CERT_FILE_B64 }}" | base64 --decode > ${{ github.workspace }}/Certificate_pkcs12.p12
- name: Set variables
- name: Set env variables used by smctl
id: variables
shell: bash
run: |
Expand All @@ -67,7 +67,7 @@ runs:
- name: Create Nuget Package
shell: bash
run: |
nuget pack src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj -Properties Configuration=Release
dotnet pack --no-build --output nupkgs --configuration release src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj
# - id: publish
# name: Publish Package
Expand Down

0 comments on commit e641aa5

Please sign in to comment.