Skip to content

Commit f3ac6e2

Browse files
author
Pat
authored
workflows: include Windows MSI installers in release sync (fluent#5617)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent ef67cd4 commit f3ac6e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/release-server-sync/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
ssh $USERNAME@$HOST mkdir -p /home/$USERNAME/apt
6666
rsync --include="*/" \
6767
--include="*.rpm" --include="*.deb" \
68-
--include="*.zip" --include="*.exe" \
68+
--include="*.zip" --include="*.exe" --include="*.msi" \
6969
--include="*.tar.gz" \
7070
--include="*.md5" --include="*.sha256" \
7171
--include="fluent-bit-schema*.json" \

.github/workflows/call-build-windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
name: windows-packages
9595
path: |
9696
build/*-bit-*.exe
97+
build/*-bit-*.msi
9798
build/*-bit-*.zip
9899
if-no-files-found: error
99100

0 commit comments

Comments
 (0)