Skip to content

Commit

Permalink
Merge pull request #5348 from ykuijs/Dev
Browse files Browse the repository at this point in the history
Correction of upload actifact action
  • Loading branch information
ykuijs authored Nov 6, 2024
2 parents 8d5f0cd + d837cde commit ac5ee9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
REACT_APP_SITE_DESCRIPTION: ${{ secrets.REACT_APP_SITE_DESCRIPTION }}
REACT_APP_INSTRUMENTATION_KEY: ${{ secrets.REACT_APP_INSTRUMENTATION_KEY }}
- name: Publish Artifact
uses: actions/upload-artifact@4
uses: actions/upload-artifact@v4
with:
name: website-build
path: ${{ github.workspace }}/generator/build
Expand All @@ -43,7 +43,7 @@ jobs:
name: Deploy to Preview
needs: build
steps:
- uses: actions/download-artifact@4
- uses: actions/download-artifact@v4
with:
name: website-build
- name: Deploy to Preview Azure Static Web App
Expand Down

0 comments on commit ac5ee9d

Please sign in to comment.