From de985787e89dbfa80a8cb7f0031b8fa4595f872a Mon Sep 17 00:00:00 2001 From: Michael Montuori Date: Tue, 11 Jun 2024 20:59:29 -0400 Subject: [PATCH] Update ant.yml --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 1239552..48b4611 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -22,6 +22,6 @@ jobs: java-version: '11' distribution: 'temurin' - name: create lib directory - run: mkdir liv + run: mkdir lib - name: Build with Ant run: ant -noinput -buildfile build.xml