Skip to content

Commit

Permalink
I forgot to commit... So here you go.
Browse files Browse the repository at this point in the history
  • Loading branch information
EasternBloxxer committed Oct 22, 2024
1 parent 40d3a19 commit 5b97bc3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: rojo

on:
push:
branches: [master,dev,Ender/Rewrite-1,version-2.5.0]
branches: [master,main]
pull_request:
branches: [master,dev,Ender/Rewrite-1,version-2.5.0]
branches: [master,main]

jobs:
build:
Expand All @@ -30,11 +30,11 @@ jobs:
path: Astra_Nightly_${{ steps.date.outputs.date }}.rbxm

- name: Build Nightly MainModule
if: github.repository == 'Astra-Corporation/ARIDe' && github.event_name == 'push'
if: github.repository == 'Astra-Corporation/Astra.Admin' && github.event_name == 'push'
run: rojo build -o module.rbxm .github/module.deploy.project.json
- name: Send file nightly build to Discord channel
uses: tsickert/[email protected]
if: github.repository == 'Astra-Corporation/ARIDe' && github.event_name == 'push'
if: github.repository == 'Astra-Corporation/Astra.Admin' && github.event_name == 'push'
with:
webhook-url: ${{ secrets.NIGHTLY_WEBHOOK }}
filename: Astra_Nightly_${{ steps.date.outputs.date }}.rbxm
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ Once I finish merging changes, I'll do some quick minor testing to make sure eve

## How do I get the "GitHub Contributor" roles?

After your contribution is accepted, post your Discord & Roblox usernames in the discussion thread (<https://github.com/Astra-Corporation/Admin/discussions/433>) and message me on Discord (EasternBloxxer#6252) and I'll give you the roles. Group: <https://www.roblox.com/groups/886423/Epix-Incorporated#!/about>
After your contribution is accepted, post your Discord & Roblox usernames in the discussion thread (<https://github.com/Astra-Corporation/Astra.Admin/discussions/433>) and message me on Discord (EasternBloxxer#6252) and I'll give you the roles. Group: <https://www.roblox.com/groups/886423/Epix-Incorporated#!/about>

### That's all, folks
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Astra is a modified version of Adonis by Sceleratis with edits, patches, and mor

### Method 2: GitHub Releases

* Download the `rbxm` file snapshot from the [latest release](https://github.com/Astra-Corporation/Admin/releases/latest)
* Download the `rbxm` file snapshot from the [latest release](https://github.com/Astra-Corporation/Astra.Admin/releases/latest)
* Import the model file into Studio
* Note: By default, snapshots included in releases have <a href="#debug-mode">`DebugMode`</a> enabled.

Expand All @@ -40,14 +40,14 @@ The Adonis loader provides a `DebugMode` option which will load a local copy of
## Links
* Official Adonis Loader: https://www.roblox.com/library/7510622625/Adonis-Loader
* Official MainModule: https://www.roblox.com/library/7510592873/Adonis-MainModule
* Documentation: https://github.com/Astra-Corporation/Admin/wiki
* Documentation: https://github.com/Astra-Corporation/Astra.Admin/wiki
* Discord Server: https://discord.gg/5XYP5B9YHB
* Plugins Repository: https://github.com/Astra-Corporation/Admin-Plugins
* Plugins Repository: https://github.com/Astra-Corporation/Astra.Admin-Plugins

## Contributing

The purpose of this repository is to allow others to contribute and make improvements to Adonis. Even if you've never contributed on GitHub before, we would appreciate any contributions that you can provide.

### [Contributing Guide](https://github.com/Astra-Corporation/Admin/blob/master/CONTRIBUTING.md)
### [Contributing Guide](https://github.com/Astra-Corporation/Astra.Admin/blob/master/CONTRIBUTING.md)

Read the [contributing guide](https://github.com/Astra-Corporation/Astra.Admin/blob/master/CONTRIBUTING.md) to get a better understanding of our development process and workflow, along with answers to common questions related to contributing to Adonis.

0 comments on commit 5b97bc3

Please sign in to comment.