Update .forgejo/workflows/Installer_Windows-AMD64-Nightly.yaml
This commit is contained in:
parent
28e2a6cb6a
commit
c0199a9c06
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ jobs:
|
|||
env:
|
||||
SF_SSH_KEY: ${{ secrets.SF_SSH_KEY }}
|
||||
run: |
|
||||
echo "$SF_SSH_KEY" | sed 's/\\n/\n/g' | tr -d '\r' > sf_key
|
||||
echo "${SF_SSH_KEY}" > sf_key
|
||||
chmod 600 sf_key
|
||||
|
||||
- name: Download existing APPINDEX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue