Updates libressl files #71

Merged
OCram85 merged 8 commits from vendorDir into master 2022-09-20 11:58:29 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 19c3686947 - Show all commits

View File

@ -120,7 +120,7 @@ steps:
Install-Module -Name 'DroneHelper' -Repository 'PSGallery' -ErrorAction 'Stop' -AllowPrerelease -Force;
Import-Module -Name 'DroneHelper' -ErrorAction 'Stop';
Install-ModuleDependency;
New-BuildPackage -Verbose -AdditionalPath '.\Vendor'
New-BuildPackage -Verbose -AdditionalPath 'bin/Vendor'
}"
- name: GiteaRelease