We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e70ecc commit 094c154Copy full SHA for 094c154
index.js
@@ -34,9 +34,6 @@ async function run() {
34
params.path = Core.getInput("destination") || Path.join(
35
process.env["RUNNER_TEMP"], `crystal-${params.crystal}-${params.shards}-${params.arch}`,
36
);
37
- if (params.shards === Any && getPlatform() === Windows) {
38
- params.shards = Latest;
39
- }
40
Core.setOutput("path", params.path);
41
42
const func = {
0 commit comments