Skip to content

Commit

Permalink
ci: pull .crate file from workspace target directory (#9733)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed May 9, 2024
1 parent caec19f commit bd64982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changes/config.json
Expand Up @@ -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"
}
]
Expand Down

0 comments on commit bd64982

Please sign in to comment.