mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 05:31:13 -07:00
ci: 🏗️
This commit is contained in:
parent
b156a8e811
commit
d3db786ef3
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -116,6 +116,11 @@ jobs:
|
|||
setversion -r ${{ steps.changelog.outputs.version }}
|
||||
working-directory: src/Ombi
|
||||
|
||||
- name: Output version
|
||||
run: |
|
||||
echo "outputs: ${{ steps.changelog.outputs }}"
|
||||
echo "Version: ${{ steps.changelog.outputs.version }}"
|
||||
|
||||
- name: Publish Backend ${{ matrix.os }}
|
||||
run: dotnet publish -c Release -r ${{ matrix.os }} -o "${{ matrix.os }}" --self-contained true -p:PublishSingleFile=true
|
||||
working-directory: src/Ombi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue