Skip to content

Commit 9319236

Browse files
committed
copilot tripped here
1 parent 2283c86 commit 9319236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
mkdir release
5050
mv build-macos-latest-aarch64-apple-darwin/libduckdb_protobuf.dylib ./release/protobuf.osx_arm64.duckdb_extension
5151
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
52+
mv build-windows-latest-x86_64-pc-windows-msvc/duckdb_protobuf.dll ./release/protobuf.windows_amd64.duckdb_extension
5353
5454
- name: release
5555
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)