Skip to content

Commit

Permalink
ZappyCICD: fix report file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Jun 19, 2023
1 parent 0ae7c27 commit cde0052
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: lint-report.log
path: src/GUI/ling-report.log
path: src/GUI/lint-report.log

- name: Is error ?
run: |
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/cpp-liny.yml

This file was deleted.

0 comments on commit cde0052

Please sign in to comment.