Skip to content

Commit 87f1336

Browse files
committed
fix mac test path
1 parent 036a939 commit 87f1336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/distribute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
EXECUTABLE="$APP_DIR/sirius.exe"
140140
elif [[ "${{ matrix.platform }}" == "macos" ]]; then
141141
# Standard path for an executable inside a macOS .app bundle
142-
EXECUTABLE="$APP_DIR/sirius.app/Contents/MacOS/sirius"
142+
EXECUTABLE="$APP_DIR/Contents/MacOS/sirius"
143143
else # This covers the "linux" platform
144144
EXECUTABLE="$APP_DIR/bin/sirius"
145145
fi

0 commit comments

Comments
 (0)