Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down