Update repackjre.sh

This commit is contained in:
Google61 2021-04-20 11:24:02 +03:00 committed by GitHub
parent 15a57e9653
commit 9da0f4d0c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ makearch amd64 x86_64
# if running under GitHub Actions, write commit sha, else formatted system date
if [ -n "$GITHUB_SHA" ]
then
$GITHUB_SHA>$out/version
echo $GITHUB_SHA>"$out"/version
else
date +%Y%m%d>"$out/version"
date +%Y%m%d>"$out"/version
fi