ci: drop directories from windows release

Puts windows release in line with others which have the executable on the top level
This commit is contained in:
Andrei Dziahel
2024-09-11 19:22:37 +02:00
committed by Wolfgang Walther
parent 678103bbfa
commit c2513c8861
+1 -1
View File
@@ -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