From 6563ea3549dee3eec7eb8f311893a5dbf3f0153a Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Sat, 21 Sep 2024 11:26:34 +0200 Subject: [PATCH] Better instructions --- .github/workflows/ant.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 40673e3..091e5ab 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -17,10 +17,10 @@ jobs: with: java-version: '11' distribution: 'temurin' - - name: Change to the libPaDEL folder - run: cd libPaDEL - name: Build with Ant - run: ant + run: | + cd libPaDEL + ant libPaDEL-Jobs: runs-on: ubuntu-latest @@ -33,7 +33,7 @@ jobs: with: java-version: '11' distribution: 'temurin' - - name: Change to the libPaDEL-Jobs folder - run: cd libPaDEL-Jobs - name: Build with Ant - run: ant + run: | + cd libPaDEL-Jobs + ant