Fix build.yml: correct build script name and artifact path
This commit is contained in:
parent
9c7df76fbd
commit
5ee5a9d809
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
run: python -m spacy download da_core_news_sm
|
run: python -m spacy download da_core_news_sm
|
||||||
|
|
||||||
- name: Build Document Scanner
|
- name: Build Document Scanner
|
||||||
run: python build.py
|
run: python build_gdpr.py
|
||||||
|
|
||||||
# Zip the Linux binary (no installer on Linux)
|
# Zip the Linux binary (no installer on Linux)
|
||||||
- name: Package Linux binary
|
- name: Package Linux binary
|
||||||
@ -140,7 +140,7 @@ jobs:
|
|||||||
retention-days: 30
|
retention-days: 30
|
||||||
path: |
|
path: |
|
||||||
dist/*.exe
|
dist/*.exe
|
||||||
dist/M365_Scanner_linux_x86_64.zip
|
dist/GDPRScanner_linux_x86_64.zip
|
||||||
|
|
||||||
# ── Release (only on version tags v*) ────────────────────────────────────
|
# ── Release (only on version tags v*) ────────────────────────────────────
|
||||||
release:
|
release:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user