Skip to content

Commit

Permalink
fix: windows shared library file
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jan 12, 2024
1 parent 1a9d616 commit 0f99a79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,12 @@ jobs:
export GOOS=android
export GOARCH=386
poetry run build goneonize
- name: Upload shared library File
uses: softprops/action-gh-release@v1
with:
draft: true
files: ./neonize/*.so
files: |
./neonize/*.so
./neonize/*.dll
generate_release_notes: true
tag_name: ${{ github.event.inputs.version }}

0 comments on commit 0f99a79

Please sign in to comment.