From 453dca3ed37c46f3b4d1bed4dcc3f78b040898a0 Mon Sep 17 00:00:00 2001 From: Todd Anderson Date: Fri, 15 Dec 2023 10:41:16 -0600 Subject: [PATCH] build test --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d15571c..aa82fea 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -72,7 +72,7 @@ jobs: shell: bash run: | curl -X GET https://files.slack.com/files-pri/T03NX240W-F06ACU51BBM/download/dir-bin-release.zip?pub_secret=6653b0a17b -o artifacts.zip - ls + mkdir -p ./src/LaunchDarkly.ClientSdk/bin/Release/ unzip artifacts.zip -d ./src/LaunchDarkly.ClientSdk/bin/Release/ - uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.0.0