Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
milchchan committed Dec 11, 2023
1 parent c0ab6e6 commit fb6dd06
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 @@ -26,7 +26,7 @@ jobs:
- name: Publish
run: dotnet publish Apricot/Apricot.csproj --configuration Release --framework net8.0-windows10.0.17763.0 --output Apricot/bin/Release/net8.0-windows10.0.17763.0/win10-x64/publish/ --runtime win10-x64 --self-contained true
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.3.0
uses: actions/upload-artifact@v3
with:
name: Apricot-win-x64
path: Apricot/bin/Release/net8.0-windows10.0.17763.0/win10-x64/publish/
Expand Down

0 comments on commit fb6dd06

Please sign in to comment.