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

change to readlines and \n like commandblockguy recommended. #9

change to readlines and \n like commandblockguy recommended.

change to readlines and \n like commandblockguy recommended. #9

on:
push:
jobs:
build:
runs-on: ['windows-latest']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.11
- run: pip install -r requirements.txt pyinstaller
- run: pyinstaller --onefile tinet-bridge.py
- uses: actions/upload-artifact@v2
with:
name: tinet-bridge.exe
path: dist/tinet-bridge.exe
if-no-files-found: error