mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Update build.yml
This commit is contained in:
parent
8c6c5fd5a9
commit
6dcee14a80
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -112,7 +112,9 @@ jobs:
|
|||
- name: Copy Dist to Artifacts
|
||||
run: |
|
||||
ls
|
||||
mkdir -p /${{ matrix.os }}/ClientApp/dist
|
||||
cd ${{ matrix.os }}
|
||||
mkdir -p /ClientApp/dist
|
||||
cd ..
|
||||
cp -r dist/* /${{ matrix.os }}/ClientApp/dist/
|
||||
working-directory: src/Ombi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue