diff --git a/.drone.yml b/.drone.yml index a64db78..353e154 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: create new release steps: - name: create archive - image: mcr.microsoft.com/powershell:lts-7.2-debian-10 + image: mcr.microsoft.com/powershell:latest environment: USERNAME: from_secret: drone_repo_user @@ -12,4 +12,4 @@ steps: from_secret: drone_repo_password commands: - | - pwsh -c Get-ChildItem .\src -Recurse -Depth 0 | Compress-Archive -Force -DestinationPath ".\resources\upload\module.zip" + write-host "hello-world"