From 8ec041493af8f5811e8153b3e376a766cdd86681 Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Fri, 10 Oct 2025 23:10:40 -0500 Subject: [PATCH] Conglomerate release artifacts (#2115) --- .github/workflows/build.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f1d77031..1bceda1bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -557,19 +557,10 @@ jobs: **/photonlib*.zip if: github.event_name == 'push' # Upload all jars and xz archives - # Split into two uploads to work around max size limits in action-gh-releases - # https://github.com/softprops/action-gh-release/issues/353 - - uses: softprops/action-gh-release@v2.0.9 + - uses: softprops/action-gh-release@v2.4.0 with: files: | - **/@(*orangepi5*|*rock5*).xz - if: startsWith(github.ref, 'refs/tags/v') - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: softprops/action-gh-release@v2.0.9 - with: - files: | - **/!(*orangepi5*|*rock5*).xz + **/*.xz **/*.jar **/photonlib*.json **/photonlib*.zip