Skip to content

Texture set export (#27) #283

Texture set export (#27)

Texture set export (#27) #283

Workflow file for this run

name: Build
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
strategy:
fail-fast: false
matrix:
config:
- { name: Windows, runner-os: windows-latest, os: win32, arch: x86_64 }
name: Build ${{ matrix.config.name }} ${{ matrix.config.arch }}
runs-on: ${{ matrix.config.runner-os }}
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Set up JDK 25
uses: actions/setup-java@v4
with:
java-version: '25'
distribution: 'temurin'
- name: Build with Maven
run: ./mvnw -B package -f pom.xml
- name: Upload artifacts for ${{ matrix.config.os }} ${{ matrix.config.arch }}
uses: actions/upload-artifact@v4
with:
name: odradek-${{ matrix.config.os }}-${{ matrix.config.arch }}
path: odradek-app/target/dist/*/