From efba58783478073c3ed87a7bab92d2c680d884cd Mon Sep 17 00:00:00 2001 From: David Watson - RWS <90462285+rwsdwatson@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:04:18 +0100 Subject: [PATCH] Update Release.yml Make Release zip structure simpler --- .github/workflows/Release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 891e157..9cbd276 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -53,7 +53,8 @@ jobs: Copy-Item "Sample_Roundtrip.ps1" "$targetFolder" Copy-Item "License" "$targetFolder" Copy-Item "README.md" "$targetFolder" - 7z a artifacts\Toolkit${{ env.RELEASEVERSION }}.zip $targetFolder + cd .\artifacts\toolkit + 7z a ..\Toolkit${{ env.RELEASEVERSION }}.zip * - name: Release uses: softprops/action-gh-release@v2