|
|
@ -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: |
|
|
|
|