Skip to content

Commit 67aec49

Browse files
authored
Merge pull request #1081 from GitGuardian/jgriffe/fix-choco-package
chore: move VERIFICATION.txt to tools package folder
2 parents d530606 + 84c460c commit 67aec49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/push-to-chocolatey/push-to-chocolatey

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mkdir ggshield-package/tools
2626
mv packages/*/_internal ggshield-package/tools
2727
mv packages/*/ggshield.exe ggshield-package/tools
2828
cp scripts/push-to-chocolatey/ggshield.nuspec ggshield-package
29-
cp scripts/push-to-chocolatey/VERIFICATION.txt ggshield-package
29+
cp scripts/push-to-chocolatey/VERIFICATION.txt ggshield-package/tools
3030
sed -i "s/__VERSION__/$version/" ggshield-package/ggshield.nuspec
3131

3232
cd ggshield-package

0 commit comments

Comments
 (0)