mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
ci: 🏗️ more
This commit is contained in:
parent
036a35f7ae
commit
14f8717773
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -114,10 +114,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
cd ${{ matrix.os }}
|
cd ${{ matrix.os }}
|
||||||
sudo mkdir -p /ClientApp/dist
|
sudo mkdir -p /ClientApp
|
||||||
cd ..
|
cd ..
|
||||||
ls
|
ls
|
||||||
sudo mv ~/src/Ombi/dist/ ./${{ matrix.os }}/ClientApp/dist/
|
sudo mv ~/src/Ombi/dist/ /${{ matrix.os }}/ClientApp
|
||||||
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