From fdc96adf52c6096b72b2e06108906ff719005837 Mon Sep 17 00:00:00 2001 From: "dmitry.kirdyashkin" Date: Mon, 10 Jul 2023 21:09:00 +0300 Subject: [PATCH] t --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"