Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SlejmUr authored Sep 3, 2023
1 parent 070dfc1 commit f8fb451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet restore

- name: Publish
run: dotnet publish -c ${{ matrix.configuration }}
run: dotnet publish -c ${{ matrix.configuration }} --property:PublishDir=../artifacts

- name: Upload artifact (Applications)
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f8fb451

Please sign in to comment.