Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
milchchan authored Apr 24, 2024
1 parent fcd4277 commit 83e9437
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 Luna/Luna.csproj --configuration Release --framework net8.0-windows7.0 --output Luna/bin/Release/net8.0-windows/win10-x64/publish/ --runtime win10-x64 --self-contained true
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Luna-win-x64
path: Luna/bin/Release/net8.0-windows/win10-x64/publish/
Expand Down

0 comments on commit 83e9437

Please sign in to comment.