mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Update build.yml
This commit is contained in:
parent
0460774adb
commit
8ba6e4aed1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -113,9 +113,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
cd ${{ matrix.os }}
|
cd ${{ matrix.os }}
|
||||||
mkdir -p /ClientApp/dist
|
sudo mkdir -p /ClientApp/dist
|
||||||
cd ..
|
cd ..
|
||||||
cp -r dist/* /${{ matrix.os }}/ClientApp/dist/
|
sudo cp -r dist/* /${{ matrix.os }}/ClientApp/dist/
|
||||||
working-directory: src/Ombi
|
working-directory: src/Ombi
|
||||||
|
|
||||||
- name: Archive Release
|
- name: Archive Release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue