Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bartimaeusnek authored Jul 2, 2020
1 parent c54ec5c commit 8cf88f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Publish
run: dotnet publish --configuration Release -o cropcalculatorapp
run: dotnet publish --configuration Release -o cropcalculatorapp
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
name: release
path: /home/runner/work/CropCalulatorApp/CropCalulatorApp/*
path: /home/runner/work/CropCalulatorApp/*

0 comments on commit 8cf88f4

Please sign in to comment.