Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit f82be9f

Browse files
authored
Fix/ci mac binaries upload (#274)
* Fix MacOS & Linux binaries skipping upload
1 parent 95a8499 commit f82be9f

File tree

4 files changed

+3
-129
lines changed

4 files changed

+3
-129
lines changed

.azure-pipelines/release-cli.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ trigger:
44
batch: true
55
branches:
66
include:
7+
- main
78
- refs/tags/v*
89
paths:
910
include:
@@ -514,6 +515,7 @@ stages:
514515
addChangeLog: true
515516
changeLogCompareToRelease: lastNonDraftRelease
516517
assets: |
517-
$(artifactsDownloadLocation)/build-output-linux-*/*.zip
518+
$(artifactsDownloadLocation)/build-output-linux-*/*.tar*
519+
$(artifactsDownloadLocation)/sign-output-*/*.tar*
518520
$(artifactsDownloadLocation)/sign-output-*/*.zip
519521
isPreRelease: $(IS_PREVIEW)

.github/workflows/build-cli.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/release-cli.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/workflows/sign-binary.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)