From 5ee5a9d809ccf11325c9dc0864849cbce08b098c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20H=C3=B8jmark?= Date: Sat, 11 Apr 2026 05:11:22 +0200 Subject: [PATCH] Fix build.yml: correct build script name and artifact path --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8cfce70..504e233 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: run: python -m spacy download da_core_news_sm - name: Build Document Scanner - run: python build.py + run: python build_gdpr.py # Zip the Linux binary (no installer on Linux) - name: Package Linux binary @@ -140,7 +140,7 @@ jobs: retention-days: 30 path: | dist/*.exe - dist/M365_Scanner_linux_x86_64.zip + dist/GDPRScanner_linux_x86_64.zip # ── Release (only on version tags v*) ──────────────────────────────────── release: