From 44f69da8e5eb1a10e3833bd55dd97a7bd274f2ca Mon Sep 17 00:00:00 2001 From: Wyvest <45589059+Wyvest@users.noreply.github.com> Date: Tue, 7 Jun 2022 21:15:46 +0700 Subject: Revert "stop uploading builds of oneconfig" This reverts commit daaf76a212681aec3ac0f353e11707252d4e508e. --- .github/workflows/checks.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 024bdab..a382cd6 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -48,3 +48,9 @@ jobs: - name: Build run: ./gradlew build --no-daemon + + - name: Upload Build Artifacts + uses: actions/upload-artifact@v2 + with: + name: ${{ matrix.version }} Artifacts + path: versions/${{ matrix.version }}/build/libs/ -- cgit