From d8829ad774e8a253e6ce8b8c2e55f824404be741 Mon Sep 17 00:00:00 2001 From: Isaac Menis <61031023+menisisaac@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:16:45 -0400 Subject: [PATCH] Update deployment.yaml --- .github/workflows/deployment.yaml | 40 +++++++++++++++---------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 184411a..f6f55d4 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -4,27 +4,27 @@ on: pull_request: {} jobs: - Build-Extension: - runs-on: ubuntu-latest - steps: - - name: Updates Packages - run: sudo apt-get update - - name: Install Scons - run: sudo apt-get -y install scons gcc-mingw-w64 - - name: Install Compiler - 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: Build Extension - run: cd VirtualSlate && scons platform=windows - - name: Upload Extension - uses: actions/upload-artifact@v3 - with: - name: VirtualSlateBuildFiles - path: VirtualSlate +# Build-Extension: + # runs-on: ubuntu-latest + # steps: + # - name: Updates Packages + # run: sudo apt-get update + # - name: Install Scons + # run: sudo apt-get -y install scons gcc-mingw-w64 + # - name: Install Compiler + # 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: 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: ubuntu-latest - needs: Build-Extension + #needs: Build-Extension strategy: matrix: platform: [windows] @@ -40,7 +40,7 @@ jobs: name: VirtualSlate preset: ${{ matrix.platform }} debugMode: "false" - projectDir: "VirtualSlateBuildFiles/project" + projectDir: "VirtualSlate/VirtualSlate/project" - name: Upload Artifact uses: actions/upload-artifact@v2 with: