Skip to content

Commit

Permalink
Merge branch 'wally'
Browse files Browse the repository at this point in the history
  • Loading branch information
1ForeverHD committed Feb 2, 2024
2 parents 58e0367 + 9fd15df commit 3bb4bdb
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/PublishAssets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Publish To Wally

on:
push:
branches: # Act on master branch commit
- main

jobs:
ci:
name: CI and Deployment
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
submodules: true

- uses: rojo-rbx/setup-foreman@v1
with:
version: "^1.0.0"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Wally
run: |
mkdir ~/.wally
printenv WALLY_AUTH > ~/.wally/auth.toml
env:
WALLY_AUTH: ${{ secrets.WALLY_AUTH }}

- name: Publish to Wally
run: wally publish
1 change: 1 addition & 0 deletions foreman.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[tools]
rojo = { source = "rojo-rbx/rojo", version = "6.0.2" }
tarmac = { source = "rojo-rbx/tarmac", version = "0.4.0" }
wally = { source = "UpliftGames/Wally", version = "0.3.2" }
14 changes: 14 additions & 0 deletions wally.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
name = "1foreverhd/zoneplus"
description = "Construct dynamic zones that utilise region checking, raycasting and the new BasePart.CanTouch property to effectively determine players and parts within their boundaries."
license = "MIT"
realm = "shared"
registry = "https://github.com/UpliftGames/wally-index"
version = "3.2.0"
exclude = [
"docs", ".moonwave", "test",
"ZonePlus.rbxm", "ZonePlus.rbxmx",
".gitignore", "foreman.toml",
]

[dependencies]

0 comments on commit 3bb4bdb

Please sign in to comment.