Skip to content

Commit

Permalink
fix: scp에서 upload download로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkenhw committed Jul 26, 2023
1 parent bacadc3 commit 2efe1b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/frontend-storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- name: npm build
run: npm run build-storybook
- name: Upload frontend build file to artifact
uses: actions/upload-artifact@v3
with:
name: FrontendApplication
path: frontend/dist

deploy:
needs: build
Expand Down

0 comments on commit 2efe1b3

Please sign in to comment.