Skip to content

Check if folder exists before attempting to create it #982

Check if folder exists before attempting to create it

Check if folder exists before attempting to create it #982

Workflow file for this run

name: Java CI (Maven)
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11
- name: Build with Maven
run: mvn -B package --file pom.xml