From e0d659e8e79836d6ea0ed2039c2e066bfda49301 Mon Sep 17 00:00:00 2001 From: PrajwalVandana <72575914+PrajwalVandana@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:48:32 -0700 Subject: [PATCH] i might km --- .github/workflows/cross-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cross-build.yml b/.github/workflows/cross-build.yml index 3eeea6c..3e79979 100644 --- a/.github/workflows/cross-build.yml +++ b/.github/workflows/cross-build.yml @@ -17,11 +17,11 @@ jobs: - name: Install NSIS run: | choco install -y nsis - - name: Move executable to dist - run: | - if (-Not (Test-Path dist)) { New-Item -ItemType Directory -Path dist } - Move-Item "${{ steps.pyinstaller.outputs.executable_path }}/maestro" dist/maestro - shell: pwsh + # - name: Move executable to dist + # run: | + # if (-Not (Test-Path dist)) { New-Item -ItemType Directory -Path dist } + # Move-Item "${{ steps.pyinstaller.outputs.executable_path }}/maestro" dist/maestro + # shell: pwsh - name: Run NSIS # run: | # "C:\Program Files\NSIS\makensis.exe" install-scripts\windows.nsi