From baeb10ae619599899029168053980b34766c9533 Mon Sep 17 00:00:00 2001 From: "Wei Zhang (Devinfra)" Date: Thu, 25 Apr 2024 11:40:18 -0700 Subject: [PATCH] Upload the Redex zip artifact directly Differential Revision: D56549975 --- .github/workflows/build_main.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_main.yml b/.github/workflows/build_main.yml index 674537465fd..8e5c70e2b15 100644 --- a/.github/workflows/build_main.yml +++ b/.github/workflows/build_main.yml @@ -81,17 +81,16 @@ jobs: - uses: actions/checkout@v4.1.1 - uses: "./.github/actions/setup-build-and-test-windows" build-windows-artifacts: - if: github.event_name == 'schedule' + # if: github.event_name == 'schedule' runs-on: windows-latest steps: - uses: actions/checkout@v4.1.1 - uses: "./.github/actions/setup-build-and-test-windows" - - name: Copy package for github actions - run: mkdir artifacts && mv build/Redex*.zip artifacts/ - shell: bash - uses: actions/upload-artifact@v4.0.0 with: - path: ".\\artifacts" + name: redex-windows + retention-days: 7 + path: build/Redex*.zip build-deb_stable-w-clang-llvm-org_nightly: if: github.event_name == 'schedule' runs-on: ubuntu-latest