Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Nov 30, 2023
1 parent 5e0ac0e commit c839d3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ jobs:
- uses: actions/checkout@v3
- name: Run Make
run: make -C native
- uses: actions/upload-artifact@v3
if: always()
with:
name: native-windows
path: native/

0 comments on commit c839d3a

Please sign in to comment.