mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
ci: 🏗️ Create the correct folders
This commit is contained in:
parent
a72ade6ddf
commit
98584a5887
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -117,7 +117,7 @@ jobs:
|
||||||
sudo mkdir -p /ClientApp
|
sudo mkdir -p /ClientApp
|
||||||
cd ..
|
cd ..
|
||||||
ls
|
ls
|
||||||
sudo mv ~/src/Ombi/dist/ ${{ matrix.os }}/ClientApp/
|
sudo mv ~/src/Ombi/dist/ ${{ matrix.os }}/ClientApp/dist/
|
||||||
working-directory: src/Ombi
|
working-directory: src/Ombi
|
||||||
|
|
||||||
- name: Archive Release
|
- name: Archive Release
|
||||||
|
@ -125,7 +125,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
type: '${{ matrix.compression }}'
|
type: '${{ matrix.compression }}'
|
||||||
filename: '${{ matrix.os }}.${{ matrix.format }}'
|
filename: '${{ matrix.os }}.${{ matrix.format }}'
|
||||||
path: '${{ matrix.os }}'
|
path: '${{ matrix.os }}/'
|
||||||
directory: 'src/Ombi/'
|
directory: 'src/Ombi/'
|
||||||
|
|
||||||
- name: Publish Release
|
- name: Publish Release
|
||||||
|
@ -152,6 +152,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue