Skip to content

Commit

Permalink
Update build.yml (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto authored Jan 23, 2025
1 parent b63e235 commit 3dae453
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ jobs:
with:
name: libgoast-arm64.so
path: .
- uses: actions/download-artifact@v4
with:
name: libgoast-amd64.dll
path: .
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v2
Expand All @@ -107,3 +111,4 @@ jobs:
libgoast-amd64.dylib
libgoast-amd64.so
libgoast-arm64.so
libgoast-amd64.dll

0 comments on commit 3dae453

Please sign in to comment.