t
continuous-integration/drone Build is failing Details

pull/2/head
dmitry.kirdyashkin 2023-07-10 21:09:00 +03:00
parent 21916eec48
commit fdc96adf52
1 changed files with 2 additions and 2 deletions

View File

@ -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"