diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8fc705f9..285bebbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -643,7 +643,7 @@ jobs: if: | github.event_name == 'push' && github.repository == 'icosa-foundation/open-blocks' && - (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/openxr' || contains(github.ref, 'refs/tags/v')) + (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/openxr' || github.ref == 'refs/heads/feature/openxr-upload' || contains(github.ref, 'refs/tags/v')) steps: - name: Download Build Artifacts (Oculus Quest 2+)