Skip to content

Commit 6734a10

Browse files
authored
Use correct Windows workflow file
1 parent cef3739 commit 6734a10

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/on-label-win-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
jobs:
99
call-windows-build:
1010
if: ${{ github.event.label.name == 'build-win' }}
11-
name: Windows Build
12-
uses: novusengine/Workflows/.github/workflows/linux-build.yml@master
11+
uses: novusengine/Workflows/.github/workflows/win-build.yml@master
1312
with:
14-
project: Game
13+
project: Game

0 commit comments

Comments
 (0)