Skip to content

Commit

Permalink
fix actions to reflect new .exe path
Browse files Browse the repository at this point in the history
  • Loading branch information
JIBSIL authored Dec 16, 2023
1 parent 5cfeffe commit a19de17
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: /home/runner/work/TABGCommunityServer/TABGCommunityServer/TABGServer/bin/Release/net7.0/osx-x64/publish/TABG
path: /home/runner/work/TABGCommunityServer/TABGCommunityServer/TABGServer/bin/Release/net7.0/osx-x64/publish/TABGCommunityServer
- uses: actions/upload-artifact@v4
with:
name: linux release
path: /home/runner/work/TABGCommunityServer/TABGCommunityServer/TABGServer/bin/Release/net7.0/linux-x64/publish/TABG
path: /home/runner/work/TABGCommunityServer/TABGCommunityServer/TABGServer/bin/Release/net7.0/linux-x64/publish/TABGCommunityServer
- uses: actions/upload-artifact@v4
with:
name: windows release
path: /home/runner/work/TABGCommunityServer/TABGCommunityServer/TABGServer/bin/Release/net7.0/win-x64/publish/TABG.exe
path: /home/runner/work/TABGCommunityServer/TABGCommunityServer/TABGServer/bin/Release/net7.0/win-x64/publish/TABGCommunityServer.exe

0 comments on commit a19de17

Please sign in to comment.