Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fooxboy committed Nov 15, 2023
2 parents e0f2f06 + a5defcb commit d3cbccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Установка .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x' # SDK Version to use.
dotnet-version: '8.0.x' # SDK Version to use.
- name: Компиляция проекта
run: dotnet publish -c Release -r linux-x64 --self-contained --output ./Release MyOwnGame.Backend
- name: Остановка сервера
Expand Down

0 comments on commit d3cbccc

Please sign in to comment.