Skip to content

Commit

Permalink
Try fixing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Rearth committed Dec 11, 2024
1 parent 4c36da4 commit 68162f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68162f1

Please sign in to comment.