mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Update build.yml
This commit is contained in:
parent
6ba6f0c88e
commit
f4a4e86bba
1 changed files with 3 additions and 5 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -92,16 +92,14 @@ jobs:
|
||||||
${{ runner.os }}-nuget
|
${{ runner.os }}-nuget
|
||||||
|
|
||||||
- name: Publish Backend ${{ matrix.os }}
|
- name: Publish Backend ${{ matrix.os }}
|
||||||
run: |
|
run: dotnet publish -c Release -r ${{ matrix.os }} -o "${{ matrix.os }}" --self-contained true -p:PublishSingleFile=true
|
||||||
cd src/Ombi
|
working-directory: src/Ombi
|
||||||
dotnet publish -c Release -r ${{ matrix.os }} -o "${{ matrix.os }}" --self-contained true -p:PublishSingleFile=true
|
|
||||||
ls
|
|
||||||
|
|
||||||
- name: Download Angular
|
- name: Download Angular
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: angular_dist
|
name: angular_dist
|
||||||
path: /src/Ombi/${{ matrix.os }}/
|
path: ~/src/Ombi/${{ matrix.os }}
|
||||||
|
|
||||||
- name: Copy Dist to Artifacts
|
- name: Copy Dist to Artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue