We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2283c86 commit 9319236Copy full SHA for 9319236
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
mkdir release
50
mv build-macos-latest-aarch64-apple-darwin/libduckdb_protobuf.dylib ./release/protobuf.osx_arm64.duckdb_extension
51
mv build-ubuntu-latest-x86_64-unknown-linux-gnu/libduckdb_protobuf.so ./release/protobuf.linux_amd64.duckdb_extension
52
- mv build-windows-latest-x86_64-pc-windows-msvc/Release/duckdb_protobuf.dll ./release/protobuf.windows_amd64.duckdb_extension
+ mv build-windows-latest-x86_64-pc-windows-msvc/duckdb_protobuf.dll ./release/protobuf.windows_amd64.duckdb_extension
53
54
- name: release
55
uses: softprops/action-gh-release@v2
0 commit comments