Skip to content

Refactor Github Actions workflows #1

Refactor Github Actions workflows

Refactor Github Actions workflows #1

Workflow file for this run

name: Build Main Nightly
on:
schedule:
- cron: 0 0 * * *
env:
CACHE_VERSION: xxxxx1
jobs:
build:
uses: "./.github/workflows/build_and_test.yml@main"

Check failure on line 9 in .github/workflows/build_nightly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_nightly.yml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
build-windows-artifacts:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- uses: "./.github/actions/setup-build-and-test-windows"
- uses: actions/[email protected]
with:
name: redex-windows
retention-days: 7
path: build/Redex*.zip