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

hide sensitive data in log #8

hide sensitive data in log

hide sensitive data in log #8

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