Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valters-tomsons authored Dec 6, 2020
1 parent eb2d7a2 commit 7df9196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Publish
run: dotnet artifact -o release --configuration Release --no-restore
run: dotnet publish -o artifact --configuration Release --no-restore

- name: Upload a Build Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 7df9196

Please sign in to comment.