Skip to content

Commit

Permalink
temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Jun 6, 2024
1 parent b560fc6 commit 2643f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ inputs:
runs:
using: composite
steps:
- name: Download release files (e.g. for signing)
shell: bash
run: aws s3 cp s3://launchdarkly-releaser/dotnet/ . --recursive

- name: Setup dotnet build tools
uses: actions/setup-dotnet@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sdk-client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Download snk for signing assemblies
shell: bash
run: aws s3 cp s3://launchdarkly-releaser/dotnet/LaunchDarkly.ClientSdk.snk LaunchDarkly.ClientSdk.snk

- uses: launchdarkly/gh-actions/actions/[email protected]
name: Get secrets
with:
Expand Down

0 comments on commit 2643f26

Please sign in to comment.