C#: Adjust workflow to point to the new location for the script.

This commit is contained in:
Michael Nebel 2023-10-13 15:24:20 +02:00
Родитель 5ba0e0ffce
Коммит 743be92624
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/csharp-qltest.yml поставляемый
Просмотреть файл

@ -91,7 +91,7 @@ jobs:
run: |
# Generate (Asp)NetCore stubs
STUBS_PATH=stubs_output
python3 ql/src/Stubs/make_stubs_nuget.py webapp Swashbuckle.AspNetCore.Swagger 6.5.0 "$STUBS_PATH"
python3 scripts/stubs/make_stubs_nuget.py webapp Swashbuckle.AspNetCore.Swagger 6.5.0 "$STUBS_PATH"
rm -rf ql/test/resources/stubs/_frameworks
# Update existing stubs in the repo with the freshly generated ones
mv "$STUBS_PATH/output/stubs/_frameworks" ql/test/resources/stubs/