Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
vilaca committed Sep 27, 2024
1 parent 871bb9d commit 0d0e816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: Build
shell: bash
run: |
export FILENAME=$(./src/today.sh)
go run src/extract.go | sort -nr > archive/$FILENAME
(go run src/rank.go < archive/$FILENAME) > README.md
export FILENAME=$(./build/today.sh)
go run build/extract.go | sort -nr > archive/$FILENAME
(go run build/rank.go < archive/$FILENAME) > README.md
- name: Extract branch name
shell: bash
Expand Down

0 comments on commit 0d0e816

Please sign in to comment.