Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
menisisaac authored Nov 13, 2023
1 parent 84a0472 commit 793e8fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build VirtualSlate
on:
push: {}
pull_request: {}
# This job works perfectly, you are able to manually download artifact and export game(second step)
jobs:
Build-Extension:
runs-on: ubuntu-latest
Expand All @@ -23,8 +24,9 @@ jobs:
with:
name: VirtualSlateBuildFiles
path: ./

Build-Game:
runs-on: windows-2019
runs-on: windows-latest
needs: Build-Extension
steps:
- name: Retreive Build
Expand Down

0 comments on commit 793e8fa

Please sign in to comment.