From 9670919d0fa727ba2233b4efeecc9b2f40ff2e17 Mon Sep 17 00:00:00 2001 From: younglim Date: Tue, 20 Dec 2022 00:01:22 +0800 Subject: [PATCH] Zip and omit GitHub Workspace parent dir name --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index c69f4d34..e97f2f9b 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -34,7 +34,7 @@ jobs: - name: Zip entire Purple Hats folder (Windows) shell: pwsh - run: Compress-Archive -Path ${{github.workspace}} -DestinationPath purple-hats-portable-windows.zip + run: Compress-Archive -Path ${{github.workspace}}/* -DestinationPath purple-hats-portable-windows.zip - name: Upload Windows artifact uses: actions/upload-artifact@v3