https://github.com/shader-slang/slang
Raw File
Tip revision: bd2c41fdf337a1f0c22d8ad2b5ac31bd88c59735 authored by Yong He on 16 June 2022, 09:23:27 UTC
Fix macos release workflow.
Tip revision: bd2c41f
macos-notarize.json
{
    "apple_id": {
        "username" : "yongh@outlook.com",
        "password":  "@env:AC_PASSWORD"
    },
    "notarize" :{
        "path": "slang-macos-dist.zip",
        "bundle_id": "shader-slang.slang",
        "staple": false
    }
}
back to top