ci: build artifacts

This commit is contained in:
neoapps-dev
2026-05-16 20:37:13 +03:00
parent be910f2334
commit 558878f9df
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
set -e
if [[ "$(uname)" != "Darwin" ]]; then
if [ "$(uname)" != "Darwin" ]; then
echo "Not macOS, skipping post-build fixes"
exit 0
fi