mirror of
https://github.com/Mozilla-Actions/sccache-action.git
synced 2026-04-08 17:42:13 +08:00
@@ -10,7 +10,9 @@ async function setup() {
|
||||
const version = core.getInput('version');
|
||||
console.log('try to setup for version: ', version);
|
||||
|
||||
const downloadUrl = `https://github.com/mozilla/sccache/releases/download/${version}/${getFilename}`;
|
||||
const downloadUrl = `https://github.com/mozilla/sccache/releases/download/${version}/${getFilename(
|
||||
version
|
||||
)}`;
|
||||
console.log('try to setup from url: ', downloadUrl);
|
||||
|
||||
// Download and extract.
|
||||
|
||||
Reference in New Issue
Block a user