Skip to content

Commit

Permalink
[GitHub Actions] Emscripten workflow tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Feb 15, 2024
1 parent 14b6aed commit 7bd3216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_web_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@ jobs:
- name: Set up SSH Agent
env:
UPLOAD_SSH_KEY: ${{ secrets.WZ_WEB_BUILD_UPLOAD_SSH_KEY }}
WZ_WEB_BUILD_UPLOAD_SSH_HOST: ${{ inputs.ssh-dest-host }}
run: |
mkdir -p ~/.ssh/
ssh-keyscan "${WZ_WEB_BUILD_UPLOAD_SSH_HOST}" >> ~/.ssh/known_hosts
eval "$(ssh-agent -s)"
set +x
Expand Down

0 comments on commit 7bd3216

Please sign in to comment.