Skip to content

Commit

Permalink
Update gitlab ci example (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Batonogov <[email protected]>
  • Loading branch information
github-actions[bot] and batonogov authored Mar 24, 2024
1 parent a9d4b5d commit ee17ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ windows_bin:
- echo "Creating Windows artifact"
- pip install -r ./test/requirements.txt
- cd ./test && pyinstaller --onefile main.py
- cp ./build/*.exe ../
- cp ./dist/*.exe ../
rules:
- when: always
artifacts:
Expand Down

0 comments on commit ee17ee7

Please sign in to comment.