From dd0260a0343691f18bf2f542f8b501f3f4155c74 Mon Sep 17 00:00:00 2001 From: Sebastian Verdejo <88564533+sebastianverdejo@users.noreply.github.com> Date: Sat, 28 Oct 2023 19:13:14 -0400 Subject: [PATCH] 0.1.0, but with updated the main.yml First (but with updated the main.yml!!) offical version of the mod. A TON of new stuff added, but i dont know what because i havent touch this mod in a year i think, also this is probably the last time i even touch this mod again since im not into FNF anymore. --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b903afe..ae55afa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,13 +2,14 @@ name: Build + # Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ main ] + branches: [ main, experimental ] pull_request: - branches: [ main ] + branches: [ main, experimental ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -98,4 +99,4 @@ jobs: uses: actions/upload-artifact@v2.2.4 with: name: macBuild - path: export/release/macos/bin \ No newline at end of file + path: export/release/macos/bin