aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2024-07-11 21:12:54 +0200
committerDanielGavin <danielgavin5@hotmail.com>2024-07-11 21:12:54 +0200
commit80866aad449942281d7bbe47c3a245b854772a03 (patch)
tree2a8d55ba7c86a9300182b055ea60191a0d33b52e /.github
parent05a3f89a818b4a42e8c194358a31ecc995d5953b (diff)
Disable rename and reference before merging to master.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/nightly.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 348a73c..e723e53 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
cd Odin
- ./ci.bat 1
+ ./build.bat 1
- name: Build ols
shell: cmd
run: ./ci.bat CI
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 344e2f8..70d5f80 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -109,7 +109,7 @@ jobs:
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
cd Odin
- ./ci.bat 1
+ ./build.bat 1
- name: Build ols
shell: cmd
run: ./ci.bat CI