mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-04-09 09:29:39 +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
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dotnet-artifacts
|
||||
path: ./output/dotnet
|
||||
|
||||
- name: Upload Angular Artifacts
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: angular-artifacts
|
||||
path: ./bytefy.webapp/dist
|
||||
@@ -67,13 +67,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Download .NET Artifacts
|
||||
uses: actions/download-artifact@v3.1.0
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: dotnet-artifacts
|
||||
path: ./output/dotnet
|
||||
|
||||
- name: Download Angular Artifacts
|
||||
uses: actions/download-artifact@v3.1.0
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: angular-artifacts
|
||||
path: ./bytefy.webapp/dist
|
||||
|
||||
Reference in New Issue
Block a user