From 9e08f380f533820968ef6c9eed5fa7a6ded02048 Mon Sep 17 00:00:00 2001 From: Zero Fanker Date: Fri, 1 Aug 2025 00:37:26 -0400 Subject: [PATCH] save cache in release, otherwise it will not work for main RN branch . --- .github/workflows/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71ea267..ea0714e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,6 +72,15 @@ jobs: - name: build-msvc run: | devenv.com "MissionEditor.sln" /Build "${{ env.CONFIGURATION }}|x64" /project MissionEditor + - name: Cache vcpkg + uses: actions/cache/save@v4 + with: + path: | + 3rdParty/xcc/vcpkg_downloads + 3rdParty/xcc/vcpkg_installed + 3rdParty/xcc/binary-cache + C:/Users/runneradmin/AppData/Local/vcpkg + key: ${{ runner.os }}-vcpkg-${{ hashFiles('3rdParty/xcc/vcpkg.json') }} - name: Pack up shell: pwsh run: |