Skip to content

Commit

Permalink
ci: drop directories from windows release
Browse files Browse the repository at this point in the history
Puts windows release in line with others which have the executable on the top level
  • Loading branch information
develop7 committed Sep 11, 2024
1 parent 678103b commit e36a33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e36a33e

Please sign in to comment.