From 9d8da23c909399aff37a05936c1a6b4ef89199ad Mon Sep 17 00:00:00 2001 From: avi robusta Date: Wed, 29 May 2024 13:46:26 +0300 Subject: [PATCH] changed build with windows error --- .github/workflows/build-on-release.yml | 2 +- .github/workflows/update-code-version.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build-on-release.yml b/.github/workflows/build-on-release.yml index 276eafa7..7289a973 100644 --- a/.github/workflows/build-on-release.yml +++ b/.github/workflows/build-on-release.yml @@ -88,7 +88,7 @@ jobs: cp ./intro.txt ./dist/krr/intro.txt - name: Build with PyInstaller - if: matrix.os == 'ubuntu-latest' + if: matrix.os != 'macos-latest' shell: bash run: | pyinstaller krr.py diff --git a/.github/workflows/update-code-version.yml b/.github/workflows/update-code-version.yml index a4d22dc7..91ba7819 100644 --- a/.github/workflows/update-code-version.yml +++ b/.github/workflows/update-code-version.yml @@ -21,9 +21,6 @@ jobs: - name: Fetch all branches run: git fetch --all - - name: Set up the remote repository - run: git remote add origin https://github.com/${{ github.repository }}.git - - name: Select main branch run: git checkout origin/main