π Sample Release
Hello! This is an example release to test automated bundling in release.yml.
π Quick Start
To run the code from a specific release, use these snippets:
-- Run the latest release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/latest/download/main.lua"))()
-- Run a specific release
loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxts-bundle-example/releases/download/1.1.1/main.lua"))()
π Bug Fixes
- Circular dependency check fails to run 4e08b8d