mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-06-18 01:55:29 +08:00
Update get-url.ts
This commit is contained in:
parent
c6275e7b7c
commit
6191baf0cc
@ -14,7 +14,7 @@ export default function getURL(
|
|||||||
extendedStr = 'extended_';
|
extendedStr = 'extended_';
|
||||||
}
|
}
|
||||||
let withdeployStr = '';
|
let withdeployStr = '';
|
||||||
if (options..withdeploy === 'true') {
|
if (options.withdeploy === 'true') {
|
||||||
withdeployStr = 'withdeploy_';
|
withdeployStr = 'withdeploy_';
|
||||||
}
|
}
|
||||||
let ext = 'tar.gz';
|
let ext = 'tar.gz';
|
||||||
|
Loading…
Reference in New Issue
Block a user