Skip to content

fixed app build for all devices #17

fixed app build for all devices

fixed app build for all devices #17

Workflow file for this run

name: Bruce Desktop App
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '21'
distribution: 'temurin'
- name: Clean and Build
run: ./gradlew clean build
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: binaries
path: ./composeApp/build/libs/composeApp-desktop.jar