From a85bc7f34435087300fd5432878ebde698469a0f Mon Sep 17 00:00:00 2001 From: Christoph Schulz Date: Tue, 27 Aug 2024 16:41:09 +0200 Subject: [PATCH] more typos --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3fd9057ab5d..1cf97bb6bb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: npm ci npm run app-package - Compress-Archive -Path packages\insomnia\dist\windows-unpacked\* -DestinationPath rest.ground-"$env:RELEASE_VERSION".zip + Compress-Archive -Path packages\insomnia\dist\win-unpacked\* -DestinationPath rest.ground-"$env:RELEASE_VERSION".zip - name: Publish uses: ncipollo/release-action@v1