We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3cc0bb + 57009a7 commit ec5650cCopy full SHA for ec5650c
.github/workflows/build.yml
@@ -122,7 +122,8 @@ jobs:
122
name: build-artifacts-${{ matrix.configuration }}
123
path: |
124
src/NLWebNet/bin/Release/
125
- demo/bin/Release/ retention-days: 7
+ demo/bin/Release/
126
+ retention-days: 7
127
128
code-quality:
129
runs-on: ubuntu-latest
@@ -174,7 +175,8 @@ jobs:
174
175
echo "❌ Vulnerable packages found!"
176
exit 1
177
else
- echo "✅ No vulnerable packages found." fi
178
+ echo "✅ No vulnerable packages found."
179
+ fi
180
181
package-validation:
182
0 commit comments