This is an automated email from the ASF dual-hosted git repository.

freeandnil pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git


The following commit(s) were added to refs/heads/master by this push:
     new 172e8756 fixed verify-release.ps1 to match new directory structure in 
zip file
172e8756 is described below

commit 172e875622c0d4ba845ad6dace02c001687de96f
Author: Jan Friedrich <freeand...@apache.org>
AuthorDate: Thu May 8 22:59:52 2025 +0200

    fixed verify-release.ps1 to match new directory structure in zip file
---
 scripts/verify-release.ps1 | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/scripts/verify-release.ps1 b/scripts/verify-release.ps1
index 6eb46861..af34aad9 100644
--- a/scripts/verify-release.ps1
+++ b/scripts/verify-release.ps1
@@ -54,6 +54,4 @@ foreach ($File in Get-ChildItem $Directory *.asc)
 }
 
 Expand-Archive $Directory/*source*.zip -DestinationPath $Directory/src
-$VersionDirectory = "$Directory/src/$(@(Get-ChildItem $Directory/src)[0])"
-$VersionDirectory
-pushd $VersionDirectory
\ No newline at end of file
+pushd "$Directory/src/"

Reply via email to