Update .gitea/workflows/build-and-publish.yml

This commit is contained in:
2026-01-09 12:01:48 +00:00
committed by Piotr Kus
parent 2c97c5054e
commit 14b83bf9d2

View File

@@ -19,6 +19,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # potrzebne do MinVer i git describe
repository: FA/FA_WEB # ← nazwa repozytorium (organizacja/repo)
ref: ${{ github.ref }} # lub ${{ gitea.ref }} w Gitea obie działają
# Najważniejsze nadpisz domyślny URL
url: http://srv51.mikr.us:20120/git/FA/FA_WEB.git
- name: Setup .NET
uses: actions/setup-dotnet@v4