Skip to content

Commit

Permalink
(possibly) fix Github actions path
Browse files Browse the repository at this point in the history
  • Loading branch information
JIBSIL authored Dec 16, 2023
1 parent d4b075d commit 012402e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: macOS release
path: TABGServer/bin/Debug/net7.0/osx-x64/publish/TABG
path: TABGServer/bin/Release/net7.0/osx-x64/publish/TABG
- uses: actions/upload-artifact@v4
with:
name: linux release
path: TABGServer/bin/Debug/net7.0/linux-x64/publish/TABG
path: TABGServer/bin/Release/net7.0/linux-x64/publish/TABG
- uses: actions/upload-artifact@v4
with:
name: windows release
path: TABGServer/bin/Debug/net7.0/win-x64/publish/TABG.exe
path: TABGServer/bin/Release/net7.0/win-x64/publish/TABG.exe

0 comments on commit 012402e

Please sign in to comment.