Skip to content

Commit feb2f09

Browse files
authored
Update build.yml
1 parent 5bc66fb commit feb2f09

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ jobs:
147147
arch-package/*.pkg.tar.zst
148148
debian-package/pool/*.deb
149149
rpm-package/*.rpm
150-
git-commit-helper-x86_64-unknown-linux-gnu/git-commit-helper
151-
git-commit-helper-x86_64-pc-windows-msvc/git-commit-helper.exe
152-
git-commit-helper-x86_64-apple-darwin/git-commit-helper
150+
git-commit-helper-x86_64-unknown-linux-gnu/*
151+
git-commit-helper-x86_64-pc-windows-msvc/*
152+
git-commit-helper-x86_64-apple-darwin/*
153153
154154
create-release:
155155
needs: [build-arch, build-deb, build-rpm, build-binary]
@@ -168,9 +168,9 @@ jobs:
168168
arch-package/*.pkg.tar.zst
169169
debian-package/pool/*.deb
170170
rpm-package/*.rpm
171-
git-commit-helper-x86_64-unknown-linux-gnu/git-commit-helper
172-
git-commit-helper-x86_64-pc-windows-msvc/git-commit-helper.exe
173-
git-commit-helper-x86_64-apple-darwin/git-commit-helper
171+
git-commit-helper-x86_64-unknown-linux-gnu/*
172+
git-commit-helper-x86_64-pc-windows-msvc/*
173+
git-commit-helper-x86_64-apple-darwin/*
174174
175175
deploy-deb-repo:
176176
needs: [create-release]

0 commit comments

Comments
 (0)