diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29f6a40..da1573f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,10 +23,10 @@ jobs: git config --global user.name "Github Actions" - name: Patch Brilliant run: | - ./gradlew applyPatches --stacktrace --no-daemon + bash gradlew applyPatches --stacktrace --no-daemon - name: Build Brilliant run: | - ./gradlew createReobfPaperclipJar --stacktrace --no-daemon + bash gradlew createReobfPaperclipJar --stacktrace --no-daemon - name: Set outputs id: vars run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"