From 5f2ab4b1ef82fe5e87d02d347ff480482d2a5411 Mon Sep 17 00:00:00 2001 From: Henning Merklinger Date: Sun, 19 May 2024 13:20:28 +0200 Subject: [PATCH] fix workflow to use win spec file --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 629ebbc0..62ccdd0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: - name: Run PyInstaller (win) if: matrix.tag == 'win' run: | - poetry run pyinstaller scanner.spec + poetry run pyinstaller scanner_win.spec cp ./config.sample.ini ./dist/scanner/config.ini cp ./README.md ./dist/scanner/README.md cp ./LICENSE ./dist/scanner/LICENSE