mirror of
https://github.com/nushell/nushell
synced 2024-12-30 15:03:25 +00:00
74ba00a222
# Description Try to add a nightly-build workflow, relevant issue: https://github.com/nushell/nushell/issues/9383 1. It will try to build the release binaries nightly at 3 am 1. It will create an issue like this: https://github.com/hustcer/nu-release/issues/37 if the build fails 2. Add a Nightly Build status badge to README.md
16 lines
601 B
Markdown
16 lines
601 B
Markdown
---
|
|
name: Nightly build of release binaries failed
|
|
about: Used to submit issues related to binaries release workflow
|
|
title: 'Attention: Nightly build of release binaries failed'
|
|
labels: ['build-package', 'priority']
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Nightly build of release binaries failed**
|
|
|
|
Hi there:
|
|
|
|
If you see me here that means there is a release failure for the nightly build
|
|
|
|
Please **click the status badge** to see more details: [![Nightly Build](https://github.com/nushell/nushell/actions/workflows/nightly-build.yml/badge.svg)](https://github.com/nushell/nushell/actions/workflows/nightly-build.yml)
|