File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
internal/buildscripts/packaging/release Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4747# MSI
4848WIX_IMAGE = "felfert/wix:latest"
4949WXS_PATH = "internal/buildscripts/packaging/msi/splunk-otel-collector.wxs"
50- MSI_CONFIG = "cmd/otelcol/config/collector/agent_config_windows .yaml"
50+ MSI_CONFIG = "cmd/otelcol/config/collector/agent_config .yaml"
Original file line number Diff line number Diff line change @@ -124,11 +124,12 @@ def main():
124124 if resp .lower () not in ("y" , "yes" ):
125125 sys .exit (1 )
126126
127+ if not args .assets_dir :
128+ args .assets_dir = os .path .join (ASSETS_BASE_DIR , args .tag )
129+
127130 if args .path :
128131 assets = get_local_assets (args )
129132 else :
130- if not args .assets_dir :
131- args .assets_dir = os .path .join (ASSETS_BASE_DIR , args .tag )
132133 resp = input (f"Downloading assets from { github_release .html_url } to '{ args .assets_dir } '.\n Continue? [y/N]: " )
133134 if resp .lower () not in ("y" , "yes" ):
134135 sys .exit (1 )
You can’t perform that action at this time.
0 commit comments