Skip to content

Commit

Permalink
i might km
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalVandana committed Jul 23, 2024
1 parent 1104294 commit e0d659e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0d659e

Please sign in to comment.