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: