feat: upload tauri config schema to cli github release (#5038)

This commit is contained in:
Amr Bashir
2022-08-25 15:09:46 +02:00
committed by GitHub
parent ab5a307bc1
commit e9f1e627f8

View File

@@ -240,6 +240,10 @@
{
"path": "${ pkg.path }/target/package/tauri-cli-${ pkgFile.version }.crate",
"name": "${ pkg.pkg }-${ pkgFile.version }.crate"
},
{
"path": "${ pkg.path }/schema.json",
"name": "schema.json"
}
]
},