Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Oct 31, 2024
1 parent defb779 commit 3fdc0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-webapps-dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: dotnet build ./examplesUsingCertificateAuthentication/AzureCertAuth/AzureCertAuth.sln --configuration Release

- name: dotnet publish
run: dotnet publish /examplesUsingCertificateAuthentication/AzureCertAuth/AzureCertAuth.sln -c Release -o ${{env.DOTNET_ROOT}}/myapp
run: dotnet publish ./examplesUsingCertificateAuthentication/AzureCertAuth/AzureCertAuth.sln -c Release -o ${{env.DOTNET_ROOT}}/myapp

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3fdc0fa

Please sign in to comment.