From 7af0a93613083b85292dc93a47b5acaf35b61a77 Mon Sep 17 00:00:00 2001 From: Isaac Menis <61031023+menisisaac@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:14:15 -0400 Subject: [PATCH] Update deployment.yaml --- .github/workflows/deployment.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 5a507b3..041c5fe 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -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