diff options
| author | ruki <[email protected]> | 2021-05-08 23:50:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-05-08 23:50:55 +0800 |
| commit | b9527ce7f37c7455fd6beb1d07ad562f2e43b056 (patch) | |
| tree | a60010bc29092ea0207b7a0d2280f25b9f677998 /xmake/modules/utils/ci/packageskey.lua | |
| parent | f21aa19d54be924764fc92f2dfda52af6198899c (diff) | |
improve packagekey
Diffstat (limited to 'xmake/modules/utils/ci/packageskey.lua')
| -rw-r--r-- | xmake/modules/utils/ci/packageskey.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/utils/ci/packageskey.lua b/xmake/modules/utils/ci/packageskey.lua index 1b0ab282e..50e3e2d1b 100644 --- a/xmake/modules/utils/ci/packageskey.lua +++ b/xmake/modules/utils/ci/packageskey.lua @@ -54,7 +54,7 @@ function main(requires_raw) end table.sort(keys) keys = table.concat(keys, ",") - return hash.uuid4(keys):gsub('-', ''):lower() + print(hash.uuid4(keys):gsub('-', ''):lower()) end |
