mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:39:47 +00:00
Fixed patterns
This commit is contained in:
parent
37ece2b4ad
commit
5ed3be5085
6
.github/workflows/build-and-release.yml
vendored
6
.github/workflows/build-and-release.yml
vendored
@ -661,11 +661,11 @@ jobs:
|
||||
platform="darwin-aarch64"
|
||||
elif [[ "$sig_file" == *"x86_64-apple-darwin"* ]]; then
|
||||
platform="darwin-x86_64"
|
||||
elif [[ "$sig_file" == *"x86_64-unknown-linux-" ]]; then
|
||||
elif [[ "$sig_file" == *"x86_64-unknown-linux-"* ]]; then
|
||||
platform="linux-x86_64"
|
||||
elif [[ "$sig_file" == *"x86_64-pc-windows-" ]]; then
|
||||
elif [[ "$sig_file" == *"x86_64-pc-windows-"* ]]; then
|
||||
platform="windows-x86_64"
|
||||
elif [[ "$sig_file" == *"aarch64-pc-windows-" ]]; then
|
||||
elif [[ "$sig_file" == *"aarch64-pc-windows-"* ]]; then
|
||||
platform="windows-aarch64"
|
||||
else
|
||||
echo "Platform not recognized: '$sig_file'"
|
||||
|
Loading…
Reference in New Issue
Block a user