Skip to content

Commit cb8dfb1

Browse files
committed
fix filepath
1 parent f9c6a99 commit cb8dfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
skip-cache: true
5353
- name: Set Linting Outputs
5454
if: success() || failure()
55-
run: bash /scripts/format_workflow_outputs.sh ${{ job.status }} ${{ env.START_TIME }}
55+
run: bash ./scripts/workflow/format_workflow_outputs.sh ${{ job.status }} ${{ env.START_TIME }}
5656
- name: Upload Artifact
5757
if: success() || failure()
5858
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808

0 commit comments

Comments
 (0)