Skip to content

Commit b347417

Browse files
authored
Update build_and_deploy_web_staging.yml
1 parent 7636a73 commit b347417

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_deploy_web_staging.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: Download build artifact
16-
uses: actions/download-artifact@v4
17-
with:
18-
name: web-build
19-
path: build/web
16+
uses: actions/download-artifact@v4
17+
with:
18+
name: web-build
19+
path: build/web
2020

2121
- name: Upload to SFTP
2222
uses: wlixcc/SFTP-Deploy-Action@v1.2.4

0 commit comments

Comments
 (0)