Skip to content

CI nightly release #372

CI nightly release

CI nightly release #372

Workflow file for this run

---
name: CI nightly release
on:
push:
# any tags, including tags with / like v1.0/alpha
tags:
- '**'
schedule:
# every day at 1 AM
- cron: 00 1 * * *
workflow_dispatch:
jobs:
main:
uses: ./.github/workflows/main_base.yml
secrets: inherit
with:
toolchain: 1.90.0
debug_or_release: release
platforms: linux/amd64,linux/arm64