diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-06-07 21:15:46 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-06-07 21:15:46 +0700 |
commit | 44f69da8e5eb1a10e3833bd55dd97a7bd274f2ca (patch) | |
tree | 46bd54d9c36a76831aa7b169dc901accd185c0b8 /.github/workflows | |
parent | bed244e98e3a0f05bdb5307f2aefd1539bcb4d23 (diff) | |
download | OneConfig-44f69da8e5eb1a10e3833bd55dd97a7bd274f2ca.tar.gz OneConfig-44f69da8e5eb1a10e3833bd55dd97a7bd274f2ca.tar.bz2 OneConfig-44f69da8e5eb1a10e3833bd55dd97a7bd274f2ca.zip |
Revert "stop uploading builds of oneconfig"
This reverts commit daaf76a212681aec3ac0f353e11707252d4e508e.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/checks.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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/ |