Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
remove the run code
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiodam committed Dec 16, 2023
1 parent 4a8b72c commit 544f1d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-windows-executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:

- run: pip install -r requirements.txt pyinstaller
- run: pyinstaller tinet-bridge.py
- run: ./dist/tinet-bridge/tinet-bridge
- uses: actions/upload-artifact@v2
with:
path: dist/*

0 comments on commit 544f1d4

Please sign in to comment.