We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef67cd4 commit f3ac6e2Copy full SHA for f3ac6e2
.github/actions/release-server-sync/action.yaml
@@ -65,7 +65,7 @@ runs:
65
ssh $USERNAME@$HOST mkdir -p /home/$USERNAME/apt
66
rsync --include="*/" \
67
--include="*.rpm" --include="*.deb" \
68
- --include="*.zip" --include="*.exe" \
+ --include="*.zip" --include="*.exe" --include="*.msi" \
69
--include="*.tar.gz" \
70
--include="*.md5" --include="*.sha256" \
71
--include="fluent-bit-schema*.json" \
.github/workflows/call-build-windows.yaml
@@ -94,6 +94,7 @@ jobs:
94
name: windows-packages
95
path: |
96
build/*-bit-*.exe
97
+ build/*-bit-*.msi
98
build/*-bit-*.zip
99
if-no-files-found: error
100
0 commit comments