ci: download build to apps/web

This commit is contained in:
Abdullah Atta
2023-07-17 23:34:07 +05:00
parent 9e3646ebc5
commit 922fce7bcc

View File

@@ -108,7 +108,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: build
path: ./apps/desktop/build
path: ./apps/web/build
- name: Install packages
run: |
@@ -183,7 +183,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: build
path: ./apps/desktop/build
path: ./apps/web/build
- name: Install packages
run: |
@@ -233,7 +233,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: build
path: ./apps/desktop/build
path: ./apps/web/build
- name: Install packages
run: |