Skip to content

Commit

Permalink
ci: fix lint artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Feb 13, 2025
1 parent d85d147 commit 9d1e91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: lint-results-${{ github.run_id }}
name: lint-results-${{ github.run_id }}-${{ github.job_id }}
path: ${{ env.TEST_PATH }}

- name: Publish Test Report
Expand Down

0 comments on commit 9d1e91f

Please sign in to comment.