Update build.yml

This commit is contained in:
2024-10-16 20:44:23 +02:00
committed by GitHub
parent d2e4b987ae
commit e87278d662

View File

@@ -46,7 +46,7 @@ jobs:
ng build --configuration production --output-path=dist ng build --configuration production --output-path=dist
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: dotnet-artifacts name: dotnet-artifacts
path: ./output/dotnet path: ./output/dotnet
@@ -69,7 +69,7 @@ jobs:
path: ./output/dotnet path: ./output/dotnet
- name: Download Angular Artifacts - name: Download Angular Artifacts
uses: actions/download-artifact@v2 uses: actions/download-artifact@v3
with: with:
name: angular-artifacts name: angular-artifacts
path: ./tools/dist path: ./tools/dist