mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-07-07 16:15:09 +00:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user