Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xoascf authored Aug 11, 2024
1 parent 3e509d5 commit 1a13496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: msbuild -nologo -restore ZeldaSaveTool.sln /p:Configuration=Release /p:TargetFramework=net20 /p:TargetFrameworkVersion=v2.0

- name: Upload build artifact (.NET Framework 2.0)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ZeldaSaveTool_net20
path: ZeldaSaveTool/bin/Release/net20/ZeldaSaveTool.exe
Expand All @@ -33,7 +33,7 @@ jobs:
run: dotnet publish -c Release --os win -f net8.0-windows -p:PublishSingleFile=true -p:DebugType=None -p:DebugSymbols=false --no-self-contained

- name: Upload build artifact (.NET 8.0)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ZeldaSaveTool_x64
path: ZeldaSaveTool/bin/Release/net8.0-windows/win-x64/publish/ZeldaSaveTool.exe

0 comments on commit 1a13496

Please sign in to comment.