We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c8732 commit 9854cbaCopy full SHA for 9854cba
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
Project: autoindex (https://github.com/nielsAD/autoindex)
43
Platform: `go env GOOS`/`go env GOARCH` (`go env GOVERSION`)
44
Release: $REF_NAME ($GITHUB_SHA)
45
- Date: `date --utc`" > VERSION.txt
+ Date: `date -u`" > VERSION.txt
46
mv autoindex.exe autoindex-$REF_NAME.exe || true
47
mv autoindex autoindex-$REF_NAME || true
48
mv LICENSE LICENSE.txt
0 commit comments