Update azure-webapps-dotnet-core.yml

This commit is contained in:
Jukka Arola 2025-03-08 16:19:23 +02:00 committed by GitHub
parent 55319562ae
commit c00d2254ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ jobs:
run: dotnet build --configuration Release Oqtane.sln
- name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp Oqtane.sln
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4