Skip to content

Commit

Permalink
attempt EIGHT
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalVandana committed Jul 23, 2024
1 parent 5dcb943 commit b0da170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +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 b0da170

Please sign in to comment.