Skip to content

Commit

Permalink
NSIS attempt six
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalVandana committed Jul 23, 2024
1 parent 3d3b123 commit 219a27f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
choco install -y nsis
- name: Move executable to dist
run: |
if not exist dist (
mkdir dist
)
if not exist dist (mkdir dist)
move "${{ steps.pyinstaller.outputs.executable_path }}/maestro" dist/maestro
- name: Run NSIS
# run: |
Expand Down

0 comments on commit 219a27f

Please sign in to comment.