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:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -50,13 +50,13 @@ 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@v3.1.0
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dotnet-artifacts
|
name: dotnet-artifacts
|
||||||
path: ./output/dotnet
|
path: ./output/dotnet
|
||||||
|
|
||||||
- name: Upload Angular Artifacts
|
- name: Upload Angular Artifacts
|
||||||
uses: actions/upload-artifact@v3.1.0
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: angular-artifacts
|
name: angular-artifacts
|
||||||
path: ./bytefy.webapp/dist
|
path: ./bytefy.webapp/dist
|
||||||
@@ -67,13 +67,13 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download .NET Artifacts
|
- name: Download .NET Artifacts
|
||||||
uses: actions/download-artifact@v3.1.0
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dotnet-artifacts
|
name: dotnet-artifacts
|
||||||
path: ./output/dotnet
|
path: ./output/dotnet
|
||||||
|
|
||||||
- name: Download Angular Artifacts
|
- name: Download Angular Artifacts
|
||||||
uses: actions/download-artifact@v3.1.0
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: angular-artifacts
|
name: angular-artifacts
|
||||||
path: ./bytefy.webapp/dist
|
path: ./bytefy.webapp/dist
|
||||||
|
|||||||
Reference in New Issue
Block a user