Actions: photostructure/vscode-windows-registry
Actions
Showing runs from all workflows
17 workflow runs
17 workflow runs
node-gyp rebuild when it detects binding.gyp, populating
build/Release/ before build:native runs. The build script then skipped
prebuildify, so prebuilds/ was never created and upload-artifact silently
uploaded nothing.
- Add "install": "node-gyp-build" to override implicit node-gyp rebuild
- Remove build/Release short-circuit from build-native.ts
- Use --ignore-scripts in CI jobs without matching prebuilds...
Build & Release
#15:
Commit 30aea7d
pushed
by
mceachen
return nullptr after all six napi_throw_error calls in
argument-length checks to prevent fall-through execution
- Return undefined instead of "" from GetStringRegKey when a value
does not exist, matching the TypeScript signature
- Validate registry value type (REG_SZ / REG_EXPAND_SZ) in
GetStringRegKey before returning data
- Switch from ANSI to Unicode registry APIs (RegOpenKeyExW /
Re...
Build & Release
#13:
Commit 9eefd2a
pushed
by
mceachen