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
f7fa7b25ad
commit
3bfe7aec45
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -105,7 +105,7 @@ jobs:
|
|||
- name: Copy Dist to Artifacts
|
||||
run: |
|
||||
ls
|
||||
cp -r /dist/* /src/Ombi/${{ matrix.os }}/ClientApp/dist/
|
||||
cp -r 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