Skip to content

Commit 3199d45

Browse files
authored
Update nekoray_macos_builder.sh
1 parent 5d7f20c commit 3199d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nekoray_macos_builder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ for cmd in "nekobox_core" "nekoray_core"; do
127127
done
128128

129129
#zip nekoray by arch
130-
if [ -z "$GITHUB_ACTIONS" ]; then
130+
if [ -n "$GITHUB_ACTIONS" ]; then
131131
for arch in "amd64" "arm64"; do
132132
TEMP_PATH=$(pwd)
133133
cd "$nPath/build"

0 commit comments

Comments
 (0)