mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Update build.yml
This commit is contained in:
parent
9180028eed
commit
8c6c5fd5a9
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -107,14 +107,14 @@ jobs:
|
|||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: angular_dist
|
||||
path: ~/src/Ombi/${{ matrix.os }}
|
||||
path: ~/src/Ombi/dist
|
||||
|
||||
- name: Copy Dist to Artifacts
|
||||
run: |
|
||||
ls
|
||||
cd /src/Ombi/${{ matrix.os }}
|
||||
mkdir -p /ClientApp/dist
|
||||
cp -r dist/* /ClientApp/dist/
|
||||
mkdir -p /${{ matrix.os }}/ClientApp/dist
|
||||
cp -r dist/* /${{ matrix.os }}/ClientApp/dist/
|
||||
working-directory: src/Ombi
|
||||
|
||||
- name: Archive Release
|
||||
uses: thedoctor0/zip-release@master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue