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
34f4002c57
commit
6c014db63e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -103,8 +103,8 @@ jobs:
|
|||
|
||||
- name: Copy Dist to Artifacts
|
||||
run: |
|
||||
cd src/Ombi
|
||||
cp -a /dist/. ${{ matrix.os }}/ClientApp/dist/
|
||||
ls
|
||||
cp -a /dist/. /src/Ombi/${{ matrix.os }}/ClientApp/dist/
|
||||
|
||||
- name: Archive Release
|
||||
uses: thedoctor0/zip-release@master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue