File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments