From 251b47ba244b629ae3583883cb5c26fd45c6e265 Mon Sep 17 00:00:00 2001 From: MrFishCakes Date: Sun, 27 Aug 2023 00:08:13 +0100 Subject: [PATCH] Build changes --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55b927a..e88edc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,18 +34,18 @@ jobs: - name: Build run: ./gradlew build --stacktrace + - name: Publish + run: ./gradlew publish + env: + graphitemcUsername: ${{ secrets.REPO_USERNAME }} + graphitemcPassword: ${{ secrets.REPO_TOKEN }} + - name: Create Reobf Jar run: ./gradlew createReobfPaperclipJar --stacktrace - name: Create Mojmap Jar run: ./gradlew createMojmapPaperclipJar --stacktrace - - name: Publish - run: ./gradlew publish - env: - MAVEN_USERNAME: ${{ secrets.REPO_USERNAME }} - MAVEN_PASSWORD: ${{ secrets.REPO_TOKEN }} - - name: Upload Artifacts if: github.ref_name != env.branch uses: actions/upload-artifact@main