From 82e6025ab04bc79923cd2411f8f1d5dac614f166 Mon Sep 17 00:00:00 2001 From: fedpo Date: Tue, 17 Feb 2026 14:32:20 -0300 Subject: [PATCH] Actualizar .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 80208b7..164f9ff 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -33,6 +33,12 @@ jobs: - name: Compilar run: dotnet build --configuration Release --no-restore + + - name: Publicar + run: dotnet publish --configuration Release --output ./publish --no-restore - - name: Ejecutar tests (opcional) - run: dotnet test --configuration Release --no-build --verbosity normal \ No newline at end of file + - name: Subir artefacto + uses: actions/upload-artifact@v4 + with: + name: AlquilaFacil-build + path: ./publish