File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ const startTime = Date.now();
13
13
while ( Date . now ( ) - startTime < timeout ) {
14
14
try {
15
15
execSync (
16
- `gh release download "v${ VERSION } " --repo ${ GITHUB_REPOSITORY } --pattern "SentientSims-${ VERSION } -mac.zip" --dir .` ,
16
+ `gh release download "v${ VERSION } " --repo ${ GITHUB_REPOSITORY } --pattern "SentientSims-${ VERSION } -mac.zip" --skip-existing -- dir .` ,
17
17
) ;
18
18
execSync (
19
- `gh release download v${ VERSION } --repo ${ GITHUB_REPOSITORY } --pattern "SentientSims-${ VERSION } -arm64-mac.zip" --dir .` ,
19
+ `gh release download v${ VERSION } --repo ${ GITHUB_REPOSITORY } --pattern "SentientSims-${ VERSION } -arm64-mac.zip" --skip-existing -- dir .` ,
20
20
) ;
21
21
execSync ( `unzip -q SentientSims-${ VERSION } -arm64-mac.zip -d mac-arm64` ) ;
22
22
execSync ( `unzip -q SentientSims-${ VERSION } -mac.zip -d mac` ) ;
You can’t perform that action at this time.
0 commit comments