File tree Expand file tree Collapse file tree 5 files changed +12
-116
lines changed
Expand file tree Collapse file tree 5 files changed +12
-116
lines changed 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 : Game
Original file line number Diff line number Diff line change 99 call-windows-build :
1010 if : ${{ github.event.label.name == 'build-win' }}
1111 name : Windows Build
12- uses : ./.github/workflows/win-build.yml
12+ uses : novusengine/Workflows/.github/workflows/linux-build.yml@master
13+ with :
14+ project : Game
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: Game
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 : Game
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments