Skip to content

Commit

Permalink
fix: actions syntax smh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrExplode committed Oct 31, 2024
1 parent 9de67f0 commit fc7000f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Upload code coverage results
uses: codecov/codecov-action@v4
with:
- token: ${{ secrets.CODECOV_TOKEN }}
- directory: ./core/build/reports/jacoco/test/
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./core/build/reports/jacoco/test/

- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@v4
Expand Down

0 comments on commit fc7000f

Please sign in to comment.