Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Config: Fix a minor issue where SysSettings weren't saved properly #107

Config: Fix a minor issue where SysSettings weren't saved properly

Config: Fix a minor issue where SysSettings weren't saved properly #107

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Ant
run: ant -noinput -buildfile build.xml
- name: Compute commit short SHA
id: shortsha
run: echo "::set-output name=value::$(git rev-parse --short HEAD)"
- uses: actions/upload-artifact@v2
with:
name: freej2me-${{ steps.shortsha.outputs.value }}
path: build/freej2me.jar