From d0eb52731251bf8042b33805879e1ff68413667b Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 17 Jul 2020 22:39:32 +0200 Subject: [PATCH] Set secured file name --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index f5f658f78..ee466dd00 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -81,7 +81,7 @@ jobs: - task: DownloadSecureFile@1 name: credentials inputs: - secureFile: credentials + secureFile: snapcraftRemoteBuildCredentials - script: | git config --global user.email "$(Build.RequestedForEmail)" git config --global user.name "$(Build.RequestedFor)"