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

Commit 69dfe26

Browse files
committed
Fix release pipeline (#313)
1 parent 7acdae1 commit 69dfe26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
version=$(grep -oP 'msft_proxy\s+VERSION\s+\K[0-9]+\.[0-9]+\.[0-9]+' "$file")
1919
git tag "$version"
2020
git push origin "$version"
21-
tar -czf "proxy-$version.tgz" "proxy.h"
21+
tar -czf "proxy-$version.tgz" $(git ls-files 'include/**.h')
2222
echo "PRO_VER=$version" >> $GITHUB_OUTPUT
2323
shell: bash
2424

0 commit comments

Comments
 (0)