mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -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
|
uses: thedoctor0/zip-release@master
|
||||||
with:
|
with:
|
||||||
type: '${{ matrix.compression }}'
|
type: '${{ matrix.compression }}'
|
||||||
filename: '${{ matrix.os }}.${{ matrix.format }}'
|
filename: '../${{ matrix.os }}.${{ matrix.format }}'
|
||||||
path: '${{ matrix.os }}/*'
|
path: '.'
|
||||||
directory: 'src/Ombi/'
|
directory: 'src/Ombi/${{ matrix.os }}'
|
||||||
|
|
||||||
- name: Publish Release
|
- name: Publish Release
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue