We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41dd850 commit af68874Copy full SHA for af68874
.github/workflows/release.yaml
@@ -62,7 +62,7 @@ jobs:
62
if: contains(matrix.os, 'windows')
63
run: |
64
cargo build --release --target ${{ matrix.target }}
65
- mv "${{ matrix.artifact_name }}" "${{ matrix.target }}.dylib"
+ mv "${{ matrix.artifact_name }}" "${{ matrix.target }}.dll"
66
67
- name: Upload artifacts
68
uses: actions/upload-artifact@v4
0 commit comments