Skip to content

Commit

Permalink
whatthecommit.com’s server IP address could not be found.
Browse files Browse the repository at this point in the history
  • Loading branch information
EasternBloxxer committed Oct 22, 2024
1 parent da61cb6 commit 88666e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
# The following commands are run for pushes only.

- name: Build Nightly MainModule
if: github.repository == 'Astra-Corporation/Astra.Admin' && github.event_name == 'push' && github.ref_name == 'master'
if: github.repository == 'Astra-Corporation/Astra.Admin' && github.event_name == 'push' && github.ref_name == 'main'
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/Astra.Admin' && github.event_name == 'push' && github.ref_name == 'master'
if: github.repository == 'Astra-Corporation/Astra.Admin' && github.event_name == 'push' && github.ref_name == 'main'
with:
webhook-url: ${{ secrets.NIGHTLY_WEBHOOK }}
filename: ${{ steps.naming.outputs.output_name }}.rbxm

0 comments on commit 88666e5

Please sign in to comment.