Skip to content

Commit 1ab9107

Browse files
committed
debug build update
1 parent 04c7af7 commit 1ab9107

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-debug.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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/**

0 commit comments

Comments
 (0)