Implement reversible Sentinel beta foundation
This commit is contained in:
@@ -93,7 +93,8 @@ jobs:
|
||||
exit 0
|
||||
}
|
||||
$artifactUrl = "https://gitea.officecom.cloud/officecom/oc-sentinel/releases/download/$tag/OCSentinelClient-win-x64.zip"
|
||||
./build/build-release-manifest.ps1 -ArtifactUrl $artifactUrl
|
||||
$channel = if ($tag -match '-beta(?:\.|$)') { 'beta' } else { 'stable' }
|
||||
./build/build-release-manifest.ps1 -ArtifactUrl $artifactUrl -Channel $channel
|
||||
|
||||
- name: Publish Gitea release assets
|
||||
shell: pwsh
|
||||
|
||||
Reference in New Issue
Block a user