Skip to content

Commit af68874

Browse files
committed
fix(ci): use correct file ext for windows
1 parent 41dd850 commit af68874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: contains(matrix.os, 'windows')
6363
run: |
6464
cargo build --release --target ${{ matrix.target }}
65-
mv "${{ matrix.artifact_name }}" "${{ matrix.target }}.dylib"
65+
mv "${{ matrix.artifact_name }}" "${{ matrix.target }}.dll"
6666
6767
- name: Upload artifacts
6868
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)