From c781605c9248409f0d537ec3324306b3f2457b84 Mon Sep 17 00:00:00 2001 From: ueokande Date: Wed, 17 Jul 2024 11:46:01 +0000 Subject: [PATCH] Release v0.1.4 at 2639b87a70e3cc996ea63b94eb1d1014d7ebe89b --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 30802f7..4a53139 100644 --- a/index.js +++ b/index.js @@ -34497,7 +34497,7 @@ async function run() { } if (sourcePath) { const sourceZip = fs_1.default.createReadStream(sourcePath); - const src = await client.uploadSource(addonId, version.version, sourceZip, "MIT"); + const src = await client.uploadSource(addonId, version.version, sourceZip, license); core.info(`Source "${sourcePath}" has been uploaded to "${src.source}"`); } core.setOutput("version", version.version);