Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Edrisym authored Aug 26, 2024
1 parent 8da240f commit 4d5d20a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ jobs:
# name: test-results
# path: **/TestResults/*.xml

- name: Publish Artifact
run: dotnet publish -c Release -o ./output

- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: published-app
path: ./output



deploy:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit 4d5d20a

Please sign in to comment.