mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-04-11 18:29:38 +00:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
|||||||
path: ./output/dotnet
|
path: ./output/dotnet
|
||||||
|
|
||||||
- name: Upload Angular Artifacts
|
- name: Upload Angular Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: angular-artifacts
|
name: angular-artifacts
|
||||||
path: ./tools/dist
|
path: ./tools/dist
|
||||||
@@ -63,7 +63,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download .NET Artifacts
|
- name: Download .NET Artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dotnet-artifacts
|
name: dotnet-artifacts
|
||||||
path: ./output/dotnet
|
path: ./output/dotnet
|
||||||
|
|||||||
Reference in New Issue
Block a user