Skip to content

Bugfix/timestamp property files #38

Bugfix/timestamp property files

Bugfix/timestamp property files #38

Workflow file for this run

name: Build INGenious Source Code
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn clean install --file pom.xml
- name: Upload INGenious release
uses: actions/upload-artifact@v4.3.6
with:
name: INGenious framework
path: Dist/target/*.zip