From aee4aecfe7200bb92c559f8f598f570bca74eb2b Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 15 Feb 2024 22:41:44 +0100 Subject: [PATCH] Remove install_win_reqs.bat from releases. --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11be26371..f0d99a722 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -551,8 +551,6 @@ jobs: - run: cp -r lib c3-windows-Debug - run: cp msvc_build_libraries.py c3-windows-Release - run: cp msvc_build_libraries.py c3-windows-Debug - - run: cp install_win_reqs.bat c3-windows-Release - - run: cp install_win_reqs.bat c3-windows-Debug - run: zip -r c3-windows-Release.zip c3-windows-Release - run: zip -r c3-windows-Debug.zip c3-windows-Debug