diff options
author | Ethan <git@ethanlibs.co> | 2022-07-09 14:35:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-09 20:35:22 +0200 |
commit | 65ebd73378cc556bc2be841b4abb50d9e1c7fad9 (patch) | |
tree | a84c6c96a679762a1546230fdee3c78d744a0abb /.github | |
parent | c9858f8884c606d7b2d673a93f84c1f00822dcfe (diff) | |
download | OneConfig-65ebd73378cc556bc2be841b4abb50d9e1c7fad9.tar.gz OneConfig-65ebd73378cc556bc2be841b4abb50d9e1c7fad9.tar.bz2 OneConfig-65ebd73378cc556bc2be841b4abb50d9e1c7fad9.zip |
bump gradle version and make actions thingy yes yes (#48)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/checks.yml | 9 |
1 files changed, 2 insertions, 7 deletions
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/ |