Skip to content

Commit

Permalink
Update build_and_deploy_web_staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
esDotDev authored Sep 26, 2024
1 parent 7636a73 commit b347417
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_deploy_web_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- name: Download build artifact
uses: actions/download-artifact@v4
with:
name: web-build
path: build/web
uses: actions/download-artifact@v4
with:
name: web-build
path: build/web

- name: Upload to SFTP
uses: wlixcc/[email protected]
Expand Down

0 comments on commit b347417

Please sign in to comment.