Skip to content

Commit

Permalink
create native binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Dec 5, 2023
1 parent df87742 commit eef01d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
run: gradle generateSekret
working-directory: ${{ github.workspace }}

- name: Create native lib
run: gradle app:shared:createNativeLib
working-directory: ${{ github.workspace }}

- name: Package
run: gradle app:desktop:packageExe; gradle app:desktop:packageMsi
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit eef01d6

Please sign in to comment.