diff --git a/.github/workflows/windows-continuous.yml b/.github/workflows/windows-continuous.yml deleted file mode 100644 index c2b115e577c..00000000000 --- a/.github/workflows/windows-continuous.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Windows - -on: - push: - branches: - - main - - release - - rc/** - -jobs: - build-windows: - name: build-windows - runs-on: windows-2019 - - steps: - - uses: actions/checkout@v3.3.0 - - name: Run build script - run: | - build\windows\build-github.bat continuous - shell: cmd - - uses: actions/upload-artifact@v1.0.0 - with: - name: filament-windows - path: out/filament-windows.tgz