Update build.yml

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

@ -103,6 +103,7 @@ jobs:
- name: Copy Dist to Artifacts
run: |
cd src/Ombi
cp -a /dist/. ${{ matrix.os }}/ClientApp/dist/
- name: Archive Release
@ -118,4 +119,4 @@ jobs:
# path: |
# ${{ matrix.os }}
#https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#using-environment-variables-in-a-matrix
#https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#using-environment-variables-in-a-matrix

Loading…
Cancel
Save