Skip to content

Commit

Permalink
fix upload reports
Browse files Browse the repository at this point in the history
  • Loading branch information
laedit committed May 2, 2024
1 parent d2618c5 commit 9efba76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: inspectcodereport.xml
name: inspectcodereport.xml

- name: InspectCode Analysis
run: |
Expand All @@ -69,6 +70,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: inspectcodereport.json
name: inspectcodereport.json

- name: GendarmeAnalysis
run: |
Expand All @@ -78,6 +80,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: GendarmeReport.xml
name: GendarmeReport.xml

- name: LaunchNVika
run: .\src\NVika\bin\Release\net6.0\NVika.exe --debug --includesource inspectcodereport.xml inspectcodereport.json ./src/NVika/bin/Release/net6.0/static-analysis.sarif.json GendarmeReport.xml
Expand Down Expand Up @@ -130,6 +133,7 @@ jobs:

steps:
- uses: actions/download-artifact@v4
name: artifact

- name: Display structure of downloaded files
run: ls -R
Expand Down

0 comments on commit 9efba76

Please sign in to comment.