ci: pull .crate file from workspace target directory (#9733)

This commit is contained in:
Amr Bashir 2024-05-10 02:32:25 +03:00 committed by GitHub
parent caec19fce3
commit bd64982fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@
],
"assets": [
{
"path": "${ pkg.path }/target/package/${ pkg.pkg }-${ pkgFile.version }.crate",
"path": "./target/package/${ pkg.pkg }-${ pkgFile.version }.crate",
"name": "${ pkg.pkg }-${ pkgFile.version }.crate"
}
]