mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 20:30:51 +00:00
hash full length
This commit is contained in:
@@ -69,7 +69,7 @@ jobs:
|
||||
$isTag = $ref.StartsWith("refs/tags/")
|
||||
$isDev = ($ref -eq "refs/heads/dev")
|
||||
|
||||
$H = (git rev-parse --short=12 HEAD).Trim()
|
||||
$H = (git rev-parse HEAD).Trim()
|
||||
|
||||
function Set-Var([string]$name, [string]$value) {
|
||||
# For later steps in the SAME job
|
||||
|
||||
Reference in New Issue
Block a user