From bd64982fe6bc30980317609783de1b876183133c Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Fri, 10 May 2024 02:32:25 +0300 Subject: [PATCH] ci: pull `.crate` file from workspace `target` directory (#9733) --- .changes/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/config.json b/.changes/config.json index c9ee401a9..0450e266c 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -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" } ]