Skip to content

Commit

Permalink
fix paths to upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Feb 18, 2025
1 parent 21a1cc5 commit 0bc7310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
artifact:
- name: webpack
path: webpack/centrifuge-app/build/
path: centrifuge-app/build/
- name: pinning-api
path: pinning-api/dist/
- name: onboarding-api
Expand All @@ -53,7 +53,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: webpack
path: webpack/centrifuge-app/build/
path: ${{ matrix.artifact.path }}

deploy-app:
name: app-prod-deploy
Expand Down

0 comments on commit 0bc7310

Please # to comment.