Skip to content

Commit

Permalink
Update Release Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JopStro committed May 5, 2024
1 parent 81d8172 commit 9c6fb17
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 @@ -58,8 +58,9 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: "*-build"
- run: mv libjson5.dylib json5.dylib
- run: mv libjson5.so json5.so
- run: mv macos-build/libjson5.dylib json5.dylib
- run: mv linux-build/libjson5.so json5.so
- run: mv windows-build/json5.dll json5.dll

- name: Create a Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 9c6fb17

Please sign in to comment.