Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdukakis authored Feb 21, 2024
1 parent 536d358 commit f0c79da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
label: "${{needs.test.outputs.epoch}} | ${{needs.test.outputs.tick}}"
status: ${{needs.test.outputs.status}}
color: ${{needs.test.outputs.color}}
path: './github/badges/test.svg'
path: '.github/badges/test.svg'

- name: Upload badge as artifact
uses: actions/upload-artifact@v4
with:
name: badge
path: './github/badges/test.svg'
path: '.github/badges/test.svg'
if-no-files-found: error

- uses: actions/checkout@v4
Expand Down

0 comments on commit f0c79da

Please sign in to comment.