mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
ci: actually add hash to object
This commit is contained in:
parent
082aa2f0b1
commit
71560a1a28
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
} else {
|
} else {
|
||||||
Move-Item -Force ".\canary.zip" ".\${branchName}\latest.zip"
|
Move-Item -Force ".\canary.zip" ".\${branchName}\latest.zip"
|
||||||
$versionData.AssemblyVersion = $newVersion
|
$versionData.AssemblyVersion = $newVersion
|
||||||
$versionData.GitSha = $newVersion
|
$versionData | add-member -Force -Name "GitSha" $newVersion -MemberType NoteProperty
|
||||||
$versionData | ConvertTo-Json -Compress | Out-File ".\${branchName}\version"
|
$versionData | ConvertTo-Json -Compress | Out-File ".\${branchName}\version"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue