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