Skip to content

Commit 84c460c

Browse files
chore: move VERIFICATION.txt to tools package folder
Issue: #
1 parent f690341 commit 84c460c

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)