From 6e890c59de67337c8127e5fcc86781c5cc4ce125 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Fri, 8 Dec 2023 22:52:56 -0600 Subject: [PATCH] testing nightly release action --- .github/workflows/nightly-release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 582db236..92cc6c2f 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -41,7 +41,8 @@ jobs: tag_name: nightly name: 'Desktop App Nightly Release $$' prerelease: true - body: 'TODO: Add nightly release notes' + body: | + This is a nightly release of the Onyx toolchain. **Use with caution.** files: | - "*.tar.gz" - "*.zip" \ No newline at end of file + ./*.tar.gz + ./*.zip \ No newline at end of file -- 2.25.1