Skip to content

Commit

Permalink
Fix windows binary file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jareddlc committed Jul 4, 2021
1 parent 50694f3 commit e044476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: windows-binary
path: target\release\libgut_cert_check.dll
path: target\release\gut_cert_check.dll

build_macos:
runs-on: macos-latest
Expand Down Expand Up @@ -89,5 +89,5 @@ jobs:
prerelease: false
files: |
libgut_cert_check.so
libgut_cert_check.dll
gut_cert_check.dll
libgut_cert_check.dylib

0 comments on commit e044476

Please sign in to comment.