Actualizar .gitea/workflows/build.yml
All checks were successful
Build .NET Project / build (push) Successful in 2m2s
All checks were successful
Build .NET Project / build (push) Successful in 2m2s
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
|||||||
run: dotnet publish --configuration Release --output ./publish --no-restore
|
run: dotnet publish --configuration Release --output ./publish --no-restore
|
||||||
|
|
||||||
- name: Subir artefacto
|
- name: Subir artefacto
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: AlquilaFacil-build
|
name: AlquilaFacil-build
|
||||||
path: ./publish
|
path: ./publish
|
||||||
|
|||||||
Reference in New Issue
Block a user