mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
fix build
This commit is contained in:
parent
181320929a
commit
21633808a1
1 changed files with 1 additions and 1 deletions
2
dist/main/index.js
vendored
2
dist/main/index.js
vendored
|
|
@ -1011,7 +1011,7 @@ function upload() {
|
||||||
try {
|
try {
|
||||||
if (signingKey !== "" && skipPush !== 'true') {
|
if (signingKey !== "" && skipPush !== 'true') {
|
||||||
core.startGroup('Cachix: pushing paths');
|
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();
|
core.endGroup();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue