mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -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
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: angular_dist
|
name: angular_dist
|
||||||
path: ~/src/Ombi/${{ matrix.os }}
|
path: ~/src/Ombi/dist
|
||||||
|
|
||||||
- name: Copy Dist to Artifacts
|
- name: Copy Dist to Artifacts
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
cd /src/Ombi/${{ matrix.os }}
|
mkdir -p /${{ matrix.os }}/ClientApp/dist
|
||||||
mkdir -p /ClientApp/dist
|
cp -r dist/* /${{ matrix.os }}/ClientApp/dist/
|
||||||
cp -r dist/* /ClientApp/dist/
|
working-directory: src/Ombi
|
||||||
|
|
||||||
- name: Archive Release
|
- name: Archive Release
|
||||||
uses: thedoctor0/zip-release@master
|
uses: thedoctor0/zip-release@master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue