File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88jobs :
99 call-linux-build :
1010 if : ${{ github.event.label.name == 'build-linux' }}
11- name : Linux Build
12- uses : ./.github/workflows/linux-build.yml
11+ uses : novusengine/Workflows/.github/workflows/linux-build.yml@master
12+ with :
13+ project : Engine
Original file line number Diff line number Diff line change 88jobs :
99 call-windows-build :
1010 if : ${{ github.event.label.name == 'build-win' }}
11- name : Windows Build
12- uses : ./.github/workflows/win-build.yml
11+ uses : novusengine/Workflows/.github/workflows/win-build.yml@master
12+ with :
13+ project : Engine
Original file line number Diff line number Diff line change 77jobs :
88# call-windows-build:
99# name: Windows Build
10- # uses: ./.github/workflows/win-build.yml
10+ # uses: novusengine/Workflows/.github/workflows/win-build.yml@master
11+ # with:
12+ # project: Engine
1113
1214 call-linux-build :
1315 name : Linux Build
14- uses : ./.github/workflows/linux-build.yml
16+ uses : novusengine/Workflows/.github/workflows/linux-build.yml@master
17+ with :
18+ project : Engine
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments