Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
menisisaac authored Oct 25, 2023
1 parent 8803991 commit 65c2ad9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@ jobs:
run: yes | sudo apt-get install g++-mingw-w64-x86-64
- name: Get Repo
run: git clone --recurse-submodules https://github.com/James-Oswald/VirtualSlate.git
- name: Arrive at Repo
run: cd VirtualSlate
- name: build Extension
run: scons platform=windows
- name: Build Extension
run: cd VirtualSlate && scons platform=windows
- name: Upload Extension
uses: actions/upload-artifact@v3
with:
name: VirtualSlateBuildFiles
path: VirtualSlate
Build-Game:
runs-on: windows-latest
needs: Build-Extension
steps:
- name: Set Perms
run: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Expand Down

0 comments on commit 65c2ad9

Please sign in to comment.