testing nightly release action
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 9 Dec 2023 04:52:56 +0000 (22:52 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 9 Dec 2023 04:52:56 +0000 (22:52 -0600)
.github/workflows/nightly-release.yml

index 582db236ca07268f6d50e451cc17bca793d132ce..92cc6c2fe71c841912b73f0d3b755e2dfca59d26 100644 (file)
@@ -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