We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db37a33 commit da4cb24Copy full SHA for da4cb24
.circleci/deploy/deploy.js
@@ -22,8 +22,8 @@ const gh = {
22
23
const files = [
24
// 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')
+ new File('./dist/linux/library-loader-gui'),
+ new File('./dist/linux/library-loader-gui.sha256')
27
];
28
29
let cargoToml = fs.readFileSync('ll-gui/Cargo.toml', 'utf8').toString().split('\n');
0 commit comments