File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ jobs:
234
234
# This is just to tell the Vulkan install script where to install.
235
235
# NOTE: Hardcoded $HOME expansion, due to 'env' context being unavailble in env:
236
236
VULKAN_INSTALL_DIR : /Users/runner/VulkanSDK/${{ matrix.options.vk_sdk_ver }}
237
- VULKAN_SDK : /Users/runner/VulkanSDK/${{ matrix.options. vk_sdk_ver }}/macOS
237
+ VULKAN_SDK : /Users/runner/VulkanSDK/${{ matrix.vk_sdk_ver }}/macOS
238
238
239
239
steps :
240
240
- uses : actions/checkout@v4
@@ -358,10 +358,10 @@ jobs:
358
358
if [ "$CHECK_REUSE" != "ONLY" -a "$CHECK_MKVK" != "ONLY" ]; then
359
359
if [ "$PLATFORM" = "macOS" ]; then
360
360
./scripts/build_macos.sh
361
+ ./scripts/notarize.sh $BUILD_DIR/KTX-Software-*.pkg $APPLE_ID $DEVELOPMENT_TEAM $ALTOOL_PASSWORD && export NOTARIZED="true"
361
362
else
362
363
./scripts/build_ios.sh
363
364
fi
364
- ./scripts/notarize.sh $BUILD_DIR/KTX-Software-*.pkg $APPLE_ID $DEVELOPMENT_TEAM $ALTOOL_PASSWORD && export NOTARIZED="true"
365
365
fi
366
366
;;
367
367
esac
You can’t perform that action at this time.
0 commit comments