Skip to content

Commit 20736f8

Browse files
authored
Update build_and_deploy_web_staging.yml
1 parent a9701ab commit 20736f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_and_deploy_web_staging.yml

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15+
- name: Download build artifact
16+
uses: actions/download-artifact@v4
17+
with:
18+
name: web-build
19+
path: build/web
1520
- name: Upload to SFTP
1621
uses: wlixcc/[email protected]
1722
with:

0 commit comments

Comments
 (0)