Skip to content

Commit da4cb24

Browse files
committed
fix file path
1 parent db37a33 commit da4cb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/deploy/deploy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const gh = {
2222

2323
const files = [
2424
// Linux files
25-
new File('./target/x86_64-unknown-linux-gnu/release/library-loader-gui'),
26-
new File('./target/x86_64-unknown-linux-gnu/release/library-loader-gui.sha256')
25+
new File('./dist/linux/library-loader-gui'),
26+
new File('./dist/linux/library-loader-gui.sha256')
2727
];
2828

2929
let cargoToml = fs.readFileSync('ll-gui/Cargo.toml', 'utf8').toString().split('\n');

0 commit comments

Comments
 (0)