Обновить .gitea/workflows/release-package.yaml
Some checks failed
CI / build-test (push) Failing after 52s

This commit is contained in:
2026-04-12 17:04:08 +03:00
parent 4fa140d91f
commit fee1044838

View File

@@ -48,12 +48,6 @@ jobs:
BotPages.Telegram
BotPages
- name: Upload package artifact
uses: actions/upload-artifact@v3
with:
name: nuget-packages
path: artifacts/*.nupkg
- name: Publish to NuGet
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}