diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d612fd7..2b326ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,8 +35,14 @@ jobs: - name: Update block and item implementations run: ./gradlew clean blockAndItemCodeGen - - name: Build Fabric - run: ./gradlew :Fabric:build + - name: Build + run: ./gradlew build + + - name: Capture Common build artifacts + uses: actions/upload-artifact@v3 + with: + name: Artifacts + path: Common/build/libs/ - name: Capture Fabric build artifacts uses: actions/upload-artifact@v3 @@ -44,8 +50,6 @@ jobs: name: Artifacts path: Fabric/build/libs/ - - name: Build Forge - run: ./gradlew :Forge:build - name: Capture Forge build artifacts uses: actions/upload-artifact@v3 with: