fix build

This commit is contained in:
Domen Kožar 2020-05-12 13:07:35 +02:00
commit 21633808a1
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

2
dist/main/index.js vendored
View file

@ -1011,7 +1011,7 @@ function upload() {
try {
if (signingKey !== "" && skipPush !== 'true') {
core.startGroup('Cachix: pushing paths');
child_process_1.execFileSync(`${__dirname}/push-paths.sh`, { stdio: 'inherit' });
child_process_1.execFileSync(`${__dirname}/push-paths.sh`, [cachixExecutable, name], { stdio: 'inherit' });
core.endGroup();
}
}