Skip to content

Commit

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

0 comments on commit fc93800

Please sign in to comment.