Skip to content

Commit

Permalink
tty
Browse files Browse the repository at this point in the history
  • Loading branch information
liias committed Sep 24, 2024
1 parent 8a27c2f commit a8bfe4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ jobs:
target_dir='target/universal-apple-darwin/release'
cd "$target_dir"
set -x
dev=$(tty)
open ./Browsers.app -W --stdout $dev --stderr $dev --args --no-gui https://browsers.software
open ./Browsers.app -W --stdout $(tty) --stderr $(tty) --args --no-gui https://browsers.software
shell: bash
- name: Upload mac artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a8bfe4b

Please sign in to comment.