From: Brendan Hansen Date: Sat, 9 Dec 2023 04:52:56 +0000 (-0600) Subject: testing nightly release action X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=6e890c59de67337c8127e5fcc86781c5cc4ce125;p=onyx.git testing nightly release action --- 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