Skip to content

Commit

Permalink
prepare desktop build
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Jul 12, 2024
1 parent f8d1fc4 commit a0a7f22
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
continue-on-error: true
run: ./gradlew build

- name: Execute Build
- name: Package
run: ./gradlew composeApp:assembleRelease && ./gradlew composeApp:bundleRelease

- name: Move APK file(s)
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
- name: Copy Sekrets
run: ./gradlew composeApp:copySekretNativeBinary

- name: Moko
run: ./gradlew composeApp:generateMR; ./gradlew generateMR
- name: Build
continue-on-error: true
run: ./gradlew build

- name: Package
run: ./gradlew composeApp:packageDmg; ./gradlew composeApp:packageUberJarForCurrentOS
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
run: gradle composeApp:copySekretNativeBinary
working-directory: ${{ github.workspace }}

- name: Build
continue-on-error: true
run: gradle build
working-directory: ${{ github.workspace }}

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

0 comments on commit a0a7f22

Please sign in to comment.