From d4d6893eb33e7a5c3f7080b1666a34c15cebb1b8 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 18 Jan 2025 13:58:20 +0100 Subject: [PATCH] git: Make sure PORTABLE flag is created correctly --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19d9fe07c..b08f7a1ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: - name: 🛠️ Build run: | cd build - ninja + ninja install - name: 🪲 Create PDBs for MSI run: | @@ -120,9 +120,7 @@ jobs: - name: 🪲 Create PDBs for ZIP run: | - cd build - ninja install - cd install + cd build/install mkdir cv2pdb cd cv2pdb