Skip to content

Commit

Permalink
Update nekoray_macos_builder.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevemoretz authored Apr 18, 2023
1 parent 5d7f20c commit 3199d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nekoray_macos_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ for cmd in "nekobox_core" "nekoray_core"; do
done

#zip nekoray by arch
if [ -z "$GITHUB_ACTIONS" ]; then
if [ -n "$GITHUB_ACTIONS" ]; then
for arch in "amd64" "arm64"; do
TEMP_PATH=$(pwd)
cd "$nPath/build"
Expand Down

0 comments on commit 3199d45

Please sign in to comment.