Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalVandana committed Jul 23, 2024
1 parent fe95f4b commit 4304b04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
- name: Run NSIS
# run: |
# "C:\Program Files\NSIS\makensis.exe" install-scripts\windows.nsi
working-directory: ${{ steps.pyinstaller.outputs.executable_path }}
run: |
makensis install-scripts/windows.nsi
with:
working-directory: ${{ steps.pyinstaller.outputs.executable_path }}
- name: Upload executable
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4304b04

Please sign in to comment.