diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41d1411..89836f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: Project: autoindex (https://github.com/nielsAD/autoindex) Platform: `go env GOOS`/`go env GOARCH` (`go env GOVERSION`) Release: $REF_NAME ($GITHUB_SHA) - Date: `date --utc`" > VERSION.txt + Date: `date -u`" > VERSION.txt mv autoindex.exe autoindex-$REF_NAME.exe || true mv autoindex autoindex-$REF_NAME || true mv LICENSE LICENSE.txt