1ForeverHD / ZonePlus

Construct dynamic zones that utilise region checking, raycasting and the new BasePart.CanTouch property to effectively determine players and parts within their boundaries.
https://devforum.roblox.com/t/zone/1017701
MIT License
74 stars 115 forks source link

⭐ Add Wally Publishing #63

Closed medallyon closed 7 months ago

medallyon commented 1 year ago

Addresses #54

This PR adds automated Wally publishing as an additional step to your GitHub Deployment Action.

There are a few steps you need to take to make sure this works correctly before merging this PR:

  1. Install Wally
  2. Run wally login a. This will generate a file at ~/.wally/auth.toml or %userprofile%/.wally/auth.toml on Windows
  3. Copy (all of) the contents of this file and paste it into a new Repository Secret called WALLY_AUTH (as you have done for ROBLOSECURITY
1ForeverHD commented 7 months ago

I've been putting off Wally so I appreciate this! I'll have this pulled in alongside wally support for TopbarPlus next week.

medallyon commented 7 months ago

@1ForeverHD Looks like an incorrect version of the tarmac dependency is preventing the wally Action to fail: https://github.com/1ForeverHD/ZonePlus/actions/runs/7750315703/job/21136340794

1ForeverHD commented 6 months ago

Thanks will explore