Skip to content

Commit

Permalink
GA Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Sep 20, 2024
1 parent f654023 commit d3487a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Use Funnel binary
run: |
if [ -f ./funnel/funnel ]; then
if [ -f ./funnel ]; then
echo "Using cached Funnel binary"
chmod +x ./funnel/funnel
./funnel/funnel server --LocalStorage.AllowedDirs $HOME run &
chmod +x ./funnel
./funnel server --LocalStorage.AllowedDirs $HOME run &
else
echo "Funnel binary not found. Exiting."
exit 1
Expand Down

0 comments on commit d3487a6

Please sign in to comment.