mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
Update aboveS20.yml
This commit is contained in:
committed by
GitHub
parent
8c23005667
commit
ed4ae29f72
28
.github/workflows/aboveS20.yml
vendored
28
.github/workflows/aboveS20.yml
vendored
@@ -8,7 +8,7 @@ on:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-branches:
|
update-branches:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -34,22 +34,12 @@ jobs:
|
|||||||
git commit -m "Add #define ABOVE_S20 to inc.h in aboveS20 branch"
|
git commit -m "Add #define ABOVE_S20 to inc.h in aboveS20 branch"
|
||||||
git push origin aboveS20
|
git push origin aboveS20
|
||||||
|
|
||||||
- name: Checkout master branch
|
build-master:
|
||||||
uses: actions/checkout@v3
|
uses: ./.github/workflows/msbuild.yml
|
||||||
with:
|
with:
|
||||||
ref: master
|
branch: master
|
||||||
|
|
||||||
- name: Build the master branch
|
|
||||||
uses: ./../.github/workflows/msbuild.yml
|
|
||||||
with:
|
|
||||||
branch: master
|
|
||||||
|
|
||||||
- name: Checkout aboveS20 branch
|
build-aboveS20:
|
||||||
uses: actions/checkout@v3
|
uses: ./.github/workflows/msbuild.yml
|
||||||
with:
|
with:
|
||||||
ref: aboveS20
|
branch: aboveS20
|
||||||
|
|
||||||
- name: Build the aboveS20 branch
|
|
||||||
uses: ./../.github/workflows/msbuild.yml
|
|
||||||
with:
|
|
||||||
branch: aboveS20
|
|
||||||
|
|||||||
Reference in New Issue
Block a user