Update build.yml

pull/4329/head
Jamie 3 years ago committed by GitHub
parent 9180028eed
commit 8c6c5fd5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -107,14 +107,14 @@ jobs:
uses: actions/download-artifact@v2 uses: actions/download-artifact@v2
with: with:
name: angular_dist name: angular_dist
path: ~/src/Ombi/${{ matrix.os }} path: ~/src/Ombi/dist
- name: Copy Dist to Artifacts - name: Copy Dist to Artifacts
run: | run: |
ls ls
cd /src/Ombi/${{ matrix.os }} mkdir -p /${{ matrix.os }}/ClientApp/dist
mkdir -p /ClientApp/dist cp -r dist/* /${{ matrix.os }}/ClientApp/dist/
cp -r dist/* /ClientApp/dist/ working-directory: src/Ombi
- name: Archive Release - name: Archive Release
uses: thedoctor0/zip-release@master uses: thedoctor0/zip-release@master

Loading…
Cancel
Save