mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 00:32:57 -07:00
😵
This commit is contained in:
parent
8e26258a1d
commit
9246bafda2
1 changed files with 9 additions and 1 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -128,5 +128,13 @@ jobs:
|
|||
with:
|
||||
type: '${{ matrix.compression }}'
|
||||
filename: '${{ matrix.os }}.${{ matrix.format }}'
|
||||
directory: 'src/Ombi/${{ matrix.os }}'
|
||||
path: '${{ matrix.os }}'
|
||||
directory: 'src/Ombi/''
|
||||
|
||||
- name: Publish Release
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ matrix.os }}
|
||||
path: |
|
||||
./src/Ombi/${{ matrix.os }}.${{ matrix.format }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue