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 a9701ab commit 20736f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_deploy_web_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Download build artifact
uses: actions/download-artifact@v4
with:
name: web-build
path: build/web
- name: Upload to SFTP
uses: wlixcc/[email protected]
with:
Expand Down

0 comments on commit 20736f8

Please sign in to comment.