mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-06 05:01:13 -07:00
fix
This commit is contained in:
parent
029ea79192
commit
7b0db11336
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
run: yarn --cwd ./src/Ombi/ClientApp run build
|
run: yarn --cwd ./src/Ombi/ClientApp run build
|
||||||
|
|
||||||
- name: Publish UI Artifacts
|
- name: Publish UI Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: angular_dist
|
name: angular_dist
|
||||||
path: |
|
path: |
|
||||||
|
@ -156,7 +156,7 @@ jobs:
|
||||||
directory: 'src/Ombi/${{ matrix.os }}'
|
directory: 'src/Ombi/${{ matrix.os }}'
|
||||||
|
|
||||||
- name: Publish Release
|
- name: Publish Release
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}
|
name: ${{ matrix.os }}
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue