Fix sed command for macOS

This commit is contained in:
Micah Lee 2022-09-30 20:04:42 -07:00
parent c7ee76c1d1
commit 9118c579a3

View File

@ -282,7 +282,7 @@ jobs:
- name: Build OnionShare
run: |
sed -i "s|\.\./cli|$(pwd)/cli|g" desktop/pyproject.toml
sed -i '' "s|\.\./cli|$(pwd)/cli|g" desktop/pyproject.toml
cd desktop
poetry install
poetry run python ./setup-freeze.py build