Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax committed Nov 29, 2024
1 parent 3e018d2 commit 81e9873
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
--
RunConfiguration.CollectSourceInformation=true
- name: dotnet publish
working-directory: CleanAspCore
working-directory: CleanAspCore.Api
run: dotnet publish --no-build -c Release -o ${{env.DOTNET_ROOT}}/myapp
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
Expand All @@ -67,7 +67,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: .net-app

- name: Login to Azure
uses: azure/login@v1
with:
Expand All @@ -82,4 +82,3 @@ jobs:
app-name: 'rubbed-app'
slot-name: 'Production'
package: .

0 comments on commit 81e9873

Please sign in to comment.