Skip to content

Commit

Permalink
fix(ci): use correct file ext for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Oct 14, 2024
1 parent 41dd850 commit af68874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: contains(matrix.os, 'windows')
run: |
cargo build --release --target ${{ matrix.target }}
mv "${{ matrix.artifact_name }}" "${{ matrix.target }}.dylib"
mv "${{ matrix.artifact_name }}" "${{ matrix.target }}.dll"
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit af68874

Please sign in to comment.