From 68162f1e54578d971b1aa68ce0773abb75609a62 Mon Sep 17 00:00:00 2001 From: rearth Date: Wed, 11 Dec 2024 22:51:08 +0100 Subject: [PATCH] Try fixing pipeline --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77a19fb05..d684a2227 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,8 +30,8 @@ jobs: - name: make gradle wrapper executable if: ${{ runner.os != 'Windows' }} run: chmod +x ./gradlew - - name: build - run: ./gradlew build + - name: build # the touch is a workaround because I have no idea how to properly configure the plugin to use the root path. It seems to work locally as expected + run: touch Oritech/CHANGELOG.md && ./gradlew build - name: capture build artifacts if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS uses: actions/upload-artifact@v4