Skip to content

Commit

Permalink
Show what to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Nov 13, 2023
1 parent 146e4ff commit 4a98178
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main_az-appservice-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
run: dotnet build --configuration Release

- name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
run: |
dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
ls -la ${{env.DOTNET_ROOT}}/myapp
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4a98178

Please sign in to comment.