Update build.yml

pull/5207/head
Jamie Rees 2 months ago committed by GitHub
parent 3fd722395a
commit fcb4082731
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -130,7 +130,7 @@ jobs:
working-directory: src/Ombi working-directory: src/Ombi
- name: Download Angular - name: Download Angular
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: angular_dist name: angular_dist
path: ~/src/Ombi/dist path: ~/src/Ombi/dist
@ -170,7 +170,7 @@ jobs:
- name: Download Artifacts - name: Download Artifacts
id: download id: download
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
path: artifacts path: artifacts

Loading…
Cancel
Save