File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 run : |
137137 & { compress-archive -path '.\resources\build\nsis\connect-cli_${{ steps.tag.outputs.result }}_setup.exe' -destinationpath '.\connect-cli_${{ steps.tag.outputs.result }}_windows_amd64.zip' }
138138 - name : Upload distro package to artifacts
139- uses : actions/upload-artifact@v3
139+ uses : actions/upload-artifact@v6
140140 with :
141141 name : windows_distro
142142 path : connect-cli_${{ steps.tag.outputs.result }}_windows_amd64.zip
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ sonar.language=py
77sonar.sources =connect
88sonar.tests =tests
99sonar.inclusions =connect/**
10- sonar.exclusions =tests/**, connect/cli/plugins/project/extension/templates/bootstrap/${project_slug} /Dockerfile.j2
10+ sonar.exclusions =tests/**, connect/cli/plugins/project/extension/templates/bootstrap/* /Dockerfile.j2
1111
1212sonar.python.coverage.reportPaths =./coverage.xml
1313sonar.python.version =3
You can’t perform that action at this time.
0 commit comments