Update build.yml

pull/4327/head
Jamie 3 years ago committed by GitHub
parent 34f4002c57
commit 6c014db63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save