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 fc93800 commit 8a27c2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ jobs:
target_dir='target/universal-apple-darwin/release'
cd "$target_dir"
set -x
open ./Browsers.app -W --stdout /dev/stdout --stderr /dev/stderr --args --no-gui https://browsers.software
dev=$(tty)
open ./Browsers.app -W --stdout $dev --stderr $dev --args --no-gui https://browsers.software
shell: bash
- name: Upload mac artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8a27c2f

Please sign in to comment.