mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 17:28:07 +00:00
hash full length
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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