mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Update build.yml
This commit is contained in:
parent
f72e986bd0
commit
34f4002c57
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -103,6 +103,7 @@ jobs:
|
||||||
|
|
||||||
- name: Copy Dist to Artifacts
|
- name: Copy Dist to Artifacts
|
||||||
run: |
|
run: |
|
||||||
|
cd src/Ombi
|
||||||
cp -a /dist/. ${{ matrix.os }}/ClientApp/dist/
|
cp -a /dist/. ${{ matrix.os }}/ClientApp/dist/
|
||||||
|
|
||||||
- name: Archive Release
|
- name: Archive Release
|
||||||
|
@ -118,4 +119,4 @@ jobs:
|
||||||
# path: |
|
# path: |
|
||||||
# ${{ matrix.os }}
|
# ${{ 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…
Add table
Add a link
Reference in a new issue