Skip to content

Update contents only if the result is non-null #5

Update contents only if the result is non-null

Update contents only if the result is non-null #5

Workflow file for this run

name: Java CI with Maven
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build Maven and copy output
run: bash build_and_out.sh
- name: Upload build output
uses: actions/upload-artifact@v1
with:
name: caciocavallo
path: out