mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -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
|
||||
cd ..
|
||||
ls
|
||||
sudo mv ~/src/Ombi/dist/ ${{ matrix.os }}/ClientApp/
|
||||
sudo mv ~/src/Ombi/dist/ ${{ matrix.os }}/ClientApp/dist/
|
||||
working-directory: src/Ombi
|
||||
|
||||
- name: Archive Release
|
||||
|
@ -125,7 +125,7 @@ jobs:
|
|||
with:
|
||||
type: '${{ matrix.compression }}'
|
||||
filename: '${{ matrix.os }}.${{ matrix.format }}'
|
||||
path: '${{ matrix.os }}'
|
||||
path: '${{ matrix.os }}/'
|
||||
directory: 'src/Ombi/'
|
||||
|
||||
- name: Publish Release
|
||||
|
@ -152,6 +152,7 @@ jobs:
|
|||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
path: artifacts
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue