You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now .zip assets are generated in same action flow.
Since windows release process is different from Linux (windows is embedded in the infra-agent vs linux assets are included as dependencies) could be some cases where We will be interested to only release a new version for windows or linux.
Possible Solution
Split the workflow and create a manual staged,
workflow_dispatch:
inputs:
tag:
description: 'Tag to pre-release'
required: true
assetsType:
description: 'Assets type to pre-release: all, zip, deb, rpm'
required: true
default: 'all'
Now
.zip
assets are generated in same action flow.Since windows release process is different from Linux (windows is embedded in the infra-agent vs linux assets are included as dependencies) could be some cases where We will be interested to only release a new version for windows or linux.
Possible Solution
Split the workflow and create a manual staged,
And in job using jobs.<job_id>.if
Additional context
Reference: infra-agent
The text was updated successfully, but these errors were encountered: