mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
ci: 🏗️
This commit is contained in:
parent
d3db786ef3
commit
8344e30c1f
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -110,17 +110,17 @@ jobs:
|
|||
version-file: 'version.json'
|
||||
output-file: 'false'
|
||||
|
||||
- name: Output version
|
||||
run: |
|
||||
echo "outputs: ${{ steps.changelog.outputs }}"
|
||||
echo "Version: ${{ steps.changelog.outputs.version }}"
|
||||
|
||||
- name: Set Backend Version
|
||||
run: |
|
||||
dotnet tool install -g dotnet-setversion
|
||||
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