From 4f20bd4ba5528232b25e5ae47b118110a7c3ea7c Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 21 Jun 2024 19:25:55 +0200 Subject: [PATCH] Fixed platform JSON creation --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 1158fa2a..a1195c71 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -678,7 +678,7 @@ jobs: else echo " Error: Could not find the platform file for the signature file '$sig_file'." fi - done < <(find $GITHUB_WORKSPACE/release/assets -type f -name '*.sig' -print0) + done < <(find $GITHUB_WORKSPACE/artifacts -type f -name '*.sig' -print0) # Write the JSON object to a temporary file: echo "$platforms_json" > $GITHUB_WORKSPACE/.updates/platforms.json