From 4d3f7b0cef71fb5bddc6dd465a62bc7062ed1017 Mon Sep 17 00:00:00 2001 From: shadow <81448108+ShadowMonster99@users.noreply.github.com> Date: Thu, 8 Aug 2024 02:08:36 -0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 000907c4..fe51aeaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,20 +227,13 @@ jobs: env: VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" - - name: Build Millennium - run: | - mkdir ./build/artifacts - cmake --build build - cp ./build/user32 ./build/artifacts/user32 - env: - VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" - name: Build Millennium run: | - mkdir -p /home/runner/Millennium/build/artifacts + # mkdir -p /home/runner/Millennium/build/artifacts cmake --build build --config Release - ls -laR /home/runner/Millennium/build + # ls -laR /home/runner/Millennium/build mkdir -p /home/runner/env cp ./build/libMillennium.so /home/runner/env/libMillennium.so