Skip to content

Commit

Permalink
fix(ci): adjust covector config for crate asset path (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Aug 13, 2023
1 parent 9c080f8 commit 3a99cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
],
"assets": [
{
"path": "${ pkg.path }/${ pkg.pkg }-${ pkgFile.version }.crate",
"path": "./target/package/${ pkg.pkg }-${ pkgFile.version }.crate",
"name": "${ pkg.pkg }-${ pkgFile.version }.crate"
}
]
Expand Down

0 comments on commit 3a99cf7

Please sign in to comment.