feat: add safe Gitea sync and signed updates
This commit is contained in:
@@ -75,7 +75,11 @@ try {
|
||||
"ForgeFlow-Setup-$version-win-x64.exe",
|
||||
"ForgeFlow-Setup-$version-win-x64.exe.sha256",
|
||||
"ForgeFlow-Portable-$version-win-x64.exe",
|
||||
"ForgeFlow-Portable-$version-win-x64.exe.sha256"
|
||||
"ForgeFlow-Portable-$version-win-x64.exe.sha256",
|
||||
"ForgeFlow-$version-provenance.json",
|
||||
"ForgeFlow-$version-sbom.cdx.json",
|
||||
"ForgeFlow-$version-release-manifest.json",
|
||||
"ForgeFlow-$version-release-manifest.json.sig"
|
||||
)
|
||||
foreach ($assetName in $expectedAssets) {
|
||||
if (-not (Test-Path -LiteralPath (Join-Path $clone "dist\$assetName"))) {
|
||||
|
||||
Reference in New Issue
Block a user