File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 - name : Setup .NET
2323 uses : actions/setup-dotnet@v4
2424 with :
25- dotnet-version : 8 .0.x
25+ dotnet-version : 10 .0.x
2626
2727 - name : Setup Node.js
2828 uses : actions/setup-node@v3
@@ -61,20 +61,20 @@ jobs:
6161 uses : actions/upload-artifact@v4
6262 with :
6363 name : Scum_Bag_Debug_win-x64
64- path : ./bin/Debug/net8 .0/win-x64/publish/**
64+ path : ./bin/Debug/net10 .0/win-x64/publish/**
6565
6666 # Linux: Archive all files from publish directory
6767 - name : Archive Linux Artifacts
6868 if : matrix.platform == 'ubuntu-latest'
6969 uses : actions/upload-artifact@v4
7070 with :
7171 name : Scum_Bag_Debug_linux-x64
72- path : ./bin/Debug/net8 .0/linux-x64/publish/**
72+ path : ./bin/Debug/net10 .0/linux-x64/publish/**
7373
7474 # macOS: Archive all files from publish directory
7575 - name : Archive macOS Artifacts
7676 if : matrix.platform == 'macos-latest'
7777 uses : actions/upload-artifact@v4
7878 with :
7979 name : Scum_Bag_Debug_osx-x64
80- path : ./bin/Debug/net8 .0/osx-x64/publish/**
80+ path : ./bin/Debug/net10 .0/osx-x64/publish/**
You can’t perform that action at this time.
0 commit comments