Skip to content

Commit 42400e7

Browse files
authored
fix(ci): no duplicate cli upload during releases (#891)
Signed-off-by: Tibor Kircsi <tkircsi@cisco.com>
1 parent 9f1850b commit 42400e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
mv ./bin/dirctl /tmp/artifacts/dirctl
6262
6363
- name: Upload CLI artifact
64+
if: ${{ !inputs.push }}
6465
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6566
with:
6667
name: dirctl-bin

0 commit comments

Comments
 (0)