Skip to content

Commit ec5650c

Browse files
committed
2 parents f3cc0bb + 57009a7 commit ec5650c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ jobs:
122122
name: build-artifacts-${{ matrix.configuration }}
123123
path: |
124124
src/NLWebNet/bin/Release/
125-
demo/bin/Release/ retention-days: 7
125+
demo/bin/Release/
126+
retention-days: 7
126127

127128
code-quality:
128129
runs-on: ubuntu-latest
@@ -174,7 +175,8 @@ jobs:
174175
echo "❌ Vulnerable packages found!"
175176
exit 1
176177
else
177-
echo "✅ No vulnerable packages found." fi
178+
echo "✅ No vulnerable packages found."
179+
fi
178180
179181
package-validation:
180182
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)