mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
fix: covector config
This commit is contained in:
parent
9f0395ae3c
commit
8f5dba04e2
@ -41,7 +41,7 @@
|
||||
"publish": [
|
||||
"sleep 15s",
|
||||
{
|
||||
"command": "cargo package --allow-dirty",
|
||||
"command": "cargo package --allow-dirty --no-verify",
|
||||
"dryRunCommand": true
|
||||
},
|
||||
{
|
||||
@ -72,7 +72,7 @@
|
||||
],
|
||||
"assets": [
|
||||
{
|
||||
"path": "${ pkg.path }/${ pkg.pkg }-${ pkgFile.version }.crate",
|
||||
"path": "${ pkg.path }/target/package/${ pkgFile.pkg.name }-${ pkgFile.version }.crate",
|
||||
"name": "${ pkg.pkg }-${ pkgFile.version }.crate"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user