mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Update build.yml
This commit is contained in:
parent
5c10cc1721
commit
b0cea834dd
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -100,13 +100,14 @@ jobs:
|
|||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: angular_dist
|
||||
path: dist
|
||||
path: /src/Ombi/dist/${{ matrix.os }}/
|
||||
|
||||
- name: Copy Dist to Artifacts
|
||||
run: |
|
||||
ls
|
||||
mkdir -p /src/Ombi/${{ matrix.os }}/ClientApp/dist
|
||||
cp -r dist/* /src/Ombi/${{ matrix.os }}/ClientApp/dist/
|
||||
cd /src/Ombi/${{ matrix.os }}
|
||||
mkdir -p /ClientApp/dist
|
||||
cp -r dist/* /ClientApp/dist/
|
||||
|
||||
- name: Archive Release
|
||||
uses: thedoctor0/zip-release@master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue