From 13403d6db26bb278e81d1382b80f15a68af10d9e Mon Sep 17 00:00:00 2001 From: DaNike Date: Sun, 9 Nov 2025 04:12:36 -0600 Subject: [PATCH] Update CI and release actions to include some fixes from main MonoMod CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 780c845..664defb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: upload: needs: [setup, build] - if: ${{ needs.setup.upload_pkgs == 'true' && github.ref_name == 'master' && (success() || needs.setup.result == 'success') }} + if: ${{ needs.setup.outputs.upload_pkgs == 'true' && github.ref_name == 'master' && (success() || needs.setup.result == 'success') }} name: Upload Packages uses: ./.github/workflows/upload-packages.yml with: