Skip to content

Commit 9854cba

Browse files
committed
Use date -u over date --utc for MacOS compatibility
1 parent d0c8732 commit 9854cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
Project: autoindex (https://github.com/nielsAD/autoindex)
4343
Platform: `go env GOOS`/`go env GOARCH` (`go env GOVERSION`)
4444
Release: $REF_NAME ($GITHUB_SHA)
45-
Date: `date --utc`" > VERSION.txt
45+
Date: `date -u`" > VERSION.txt
4646
mv autoindex.exe autoindex-$REF_NAME.exe || true
4747
mv autoindex autoindex-$REF_NAME || true
4848
mv LICENSE LICENSE.txt

0 commit comments

Comments
 (0)