Minor fixes to gitea actions
Some checks failed
release / Build .NET Application (push) Has been cancelled
release / Build and push Docker image (push) Failing after 7m50s

This commit is contained in:
2025-01-04 15:51:15 +03:30
parent d035251258
commit 860385e08f

View File

@@ -17,7 +17,7 @@ jobs:
with: with:
fetch-depth: 0 # all history for all branches and tags fetch-depth: 0 # all history for all branches and tags
- name: Install dependencies and .NET sdk - name: Install dependencies and .NET sdk
run: sudo apt-get update && sudo apt-get install -y tar dotnet-sdk-9.0 run: sudo add-apt-repository ppa:dotnet/backports && sudo apt-get update && sudo apt-get install -y tar dotnet-sdk-9.0
- name: Install telegram bot library - name: Install telegram bot library
run: dotnet nuget add source https://pkgs.dev.azure.com/tgbots/Telegram.Bot/_packaging/release/nuget/v3/index.json -n Telegram.Bot run: dotnet nuget add source https://pkgs.dev.azure.com/tgbots/Telegram.Bot/_packaging/release/nuget/v3/index.json -n Telegram.Bot
- name: dotnet publish - name: dotnet publish