mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
ci: 🏗️
This commit is contained in:
parent
ef2122d813
commit
b79878b631
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -134,9 +134,9 @@ jobs:
|
|||
uses: thedoctor0/zip-release@master
|
||||
with:
|
||||
type: '${{ matrix.compression }}'
|
||||
filename: '${{ matrix.os }}.${{ matrix.format }}'
|
||||
path: '${{ matrix.os }}/*'
|
||||
directory: 'src/Ombi/'
|
||||
filename: '../${{ matrix.os }}.${{ matrix.format }}'
|
||||
path: '.'
|
||||
directory: 'src/Ombi/${{ matrix.os }}'
|
||||
|
||||
- name: Publish Release
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue