From 15b30838c615bb2611fc489e68f7bc910c918414 Mon Sep 17 00:00:00 2001 From: rearth Date: Wed, 11 Dec 2024 22:52:06 +0100 Subject: [PATCH] Try fixing pipeline (again) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d684a222..1019fc5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: if: ${{ runner.os != 'Windows' }} run: chmod +x ./gradlew - 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 + 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