From c135a30515bfa1b08f11f969c51da615d2d17f58 Mon Sep 17 00:00:00 2001 From: Andrei Dziahel Date: Wed, 11 Sep 2024 13:00:15 +0200 Subject: [PATCH] ci: drop directories from windows release Puts windows release in line with others which have the executable on the top level --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f46953621..ab3c617fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -222,7 +222,7 @@ jobs: tar cJvf "release-bundle/postgrest-${GITHUB_REF_NAME}-ubuntu-aarch64.tar.xz" \ -C artifacts/postgrest-ubuntu-aarch64 postgrest - zip "release-bundle/postgrest-${GITHUB_REF_NAME}-windows-x64.zip" \ + zip --junk-paths "release-bundle/postgrest-${GITHUB_REF_NAME}-windows-x64.zip" \ artifacts/postgrest-windows-x64/postgrest.exe - name: Save release bundle