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 9b8d7a3 commit 7af0a93
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ jobs:
runs-on: windows-latest
steps:
- name: Set Perms
run: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
run: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
- name: Get Package Manager
run: irm get.scoop.sh | iex
run: irm get.scoop.sh | iex
- name: Download Godot
run: scoop install godot
run: scoop install godot
- name: Retreive Build
uses: actions/download-artifact@v3
with:
name: VirtualSlateBuildFiles
uses: actions/download-artifact@v3
with:
name: VirtualSlateBuildFiles
- name: Change Directory
run: cd VirtualSlate
run: cd VirtualSlate
- name: Make Game
run: godot --path project --headless --export-debug "Windows Desktop"
run: godot --path project --headless --export-debug "Windows Desktop"
- name: Upload .exe
uses: actions/upload-artifact@v3
with:
name: VirtualSlate-x64
path: project/project.exe
uses: actions/upload-artifact@v3
with:
name: VirtualSlate-x64
path: project/project.exe


0 comments on commit 7af0a93

Please sign in to comment.