Skip to content

Commit

Permalink
remove windows from release part of build
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcaff committed Jul 22, 2024
1 parent 4234d77 commit da0445f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
mkdir release
mv build-macos-latest-aarch64-apple-darwin/protobuf.duckdb_extension ./release/protobuf.osx_arm64.duckdb_extension
mv build-ubuntu-latest-x86_64-unknown-linux-gnu/protobuf.duckdb_extension ./release/protobuf.linux_amd64.duckdb_extension
mv build-windows-latest-x86_64-pc-windows-msvc/protobuf.duckdb_extension ./release/protobuf.windows_amd64.duckdb_extension
- name: release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit da0445f

Please sign in to comment.