From acf8f05dc3de01dc285fff3ebc5a0728ddaf3306 Mon Sep 17 00:00:00 2001 From: Marvin Ewald Date: Sat, 11 May 2019 01:52:06 +0200 Subject: [PATCH] Set artifacts-dir for nonewtab --- scripts/sign | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/sign b/scripts/sign index 76c6c584..461f0c14 100755 --- a/scripts/sign +++ b/scripts/sign @@ -4,7 +4,7 @@ set -e sign_and_submit() { # Don't trust the return value of web-ext sign. - (source AMOKEYS && (web-ext sign -s build --api-key $AMOKEY --api-secret $AMOSECRET || true)) + (source AMOKEYS && (web-ext sign -s build --api-key $AMOKEY --api-secret $AMOSECRET "$@" || true)) } publish_beta_nonewtab() { @@ -13,7 +13,7 @@ publish_beta_nonewtab() { scripts/version.js beta sed 's/tridactyl.vim@cmcaine/tridactyl.vim.betas.nonewtab@cmcaine/' -i build/manifest.json sed '/\s*"newtab":.*/d' -i build/manifest.json - sign_and_submit + sign_and_submit -a web-ext-artifacts/nonewtab } publish_beta() {