diff --git a/.github/workflows/exe-release-prometheuspush.yml b/.github/workflows/exe-release-prometheuspush.yml index 612a69ec..7d5beadb 100644 --- a/.github/workflows/exe-release-prometheuspush.yml +++ b/.github/workflows/exe-release-prometheuspush.yml @@ -60,7 +60,7 @@ jobs: & "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" packaging/windows/installer.iss - name: Upload artifact #Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force run: | - Set-PSRepository -Name 'PSGallery' -InstallationPolicy Trusted + Set-PSRepository -Name 'PSGallery' -InstallationPolicy Trusted -AllowClobber Install-Module -Confirm:$False -Name AWS.Tools.Installer Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine Import-Module AWS.Tools.Installer