Skip to content

Commit

Permalink
fixes wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
jlplenio committed Feb 28, 2024
1 parent 5d282bb commit 011d849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
else
poetry run pyinstaller main_gui.py --onefile --add-binary "ctvbot_logo.ico:." --hidden-import=tkinter --add-binary "pyproject.toml:." --icon ctvbot_logo.ico --name ${{env.output_filename}}.bin
fi
mv ./config/ ./dist/
mv ./proxy/ ./dist/
- name: Zip executable
uses: vimtor/action-zip@v1
Expand Down

0 comments on commit 011d849

Please sign in to comment.