From c381466a90d247580e604c523c4644a65a719fb8 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 6 May 2021 15:32:02 -0700 Subject: [PATCH] drone windows --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7a0e52f..27afd82 100644 --- a/.drone.yml +++ b/.drone.yml @@ -183,8 +183,8 @@ steps: - name: fetch commands: - - powershell -command "git describe --tags >.\VERSION" - - powershell -command "Get-Date -Format 'yyyy-MM-dd-HH-mm' >.\BUILDDATE" + - git describe --tags > VERSION + - powershell -command "Get-Date -Format 'yyyy-MM-dd-HH-mm'" > BUILDDATE - .\fetch-libcwtch-go.ps1 - name: build-windows commands: