From 65ebd73378cc556bc2be841b4abb50d9e1c7fad9 Mon Sep 17 00:00:00 2001 From: Ethan Date: Sat, 9 Jul 2022 14:35:22 -0400 Subject: bump gradle version and make actions thingy yes yes (#48) --- .github/workflows/checks.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to '.github/workflows/checks.yml') diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 01ad159..1172731 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -15,11 +15,6 @@ jobs: build: name: Build - strategy: - matrix: - version: - - 1.8.9-forge - runs-on: ubuntu-latest steps: @@ -44,5 +39,5 @@ jobs: - name: Upload Build Artifacts uses: actions/upload-artifact@v2 with: - name: ${{ matrix.version }} Artifacts - path: versions/${{ matrix.version }}/build/libs/ + name: oneconfig-artifacts + path: versions/**/build/libs/ -- cgit