Skip to content

Commit

Permalink
trailing slash ... 🙄 #85
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jan 24, 2024
1 parent 16fab72 commit ca5eb8c
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 @@ -43,7 +43,7 @@ jobs:
AWS_REGION: "eu-west-1"
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# https://docs.github.com/en/actions/learn-github-actions/contexts#runner-context
TMPDIR: ${{ runner.temp }}
TMPDIR: ${{ runner.temp }}/

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

0 comments on commit ca5eb8c

Please sign in to comment.