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

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"
}
]