Skip to content

Commit

Permalink
Fix asset redirects for PVC Lookbook in prod (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron authored Nov 6, 2024
1 parent 0dd84d8 commit 7d19e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cp web.config public/
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: node-app
path: ./public/
Expand All @@ -58,7 +58,7 @@ jobs:
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Download artifact from build job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: node-app

Expand Down

0 comments on commit 7d19e39

Please sign in to comment.