Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
upd - Updated workflows for .NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Nov 26, 2023
1 parent 66440a5 commit 1bc8023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/pack.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if "%releaseconfig%" == "" set releaseconfig=Release

:packbin
echo Packing binary...
"%ProgramFiles%\7-Zip\7z.exe" a -tzip %temp%/%ksversion%-bin.zip "..\RetroKS\bin\%releaseconfig%\net6.0\*"
"%ProgramFiles%\7-Zip\7z.exe" a -tzip %temp%/%ksversion%-bin.zip "..\RetroKS\bin\%releaseconfig%\net8.0\*"
"%ProgramFiles%\7-Zip\7z.exe" a -tzip %temp%/%ksversion%-bin7.zip "..\RetroKS\bin\%releaseconfig%\net7.0\*"
"%ProgramFiles%\7-Zip\7z.exe" a -tzip %temp%/%ksversion%-bin48.zip "..\RetroKS\bin\%releaseconfig%\net48\*"
if %errorlevel% == 0 goto :complete
Expand Down
2 changes: 1 addition & 1 deletion tools/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

# Pack binary
echo Packing binary...
cd "../RetroKS/bin/$ksreleaseconf/net6.0/" && "$zippath" -r /tmp/$ksversion-bin.zip . && cd -
cd "../RetroKS/bin/$ksreleaseconf/net8.0/" && "$zippath" -r /tmp/$ksversion-bin.zip . && cd -
cd "../RetroKS/bin/$ksreleaseconf/net7.0/" && "$zippath" -r /tmp/$ksversion-bin7.zip . && cd -
cd "../RetroKS/bin/$ksreleaseconf/net48/" && "$zippath" -r /tmp/$ksversion-bin48.zip . && cd -
if [ ! $? == 0 ]; then
Expand Down

0 comments on commit 1bc8023

Please sign in to comment.