Fixed incorrect secret variable
This commit is contained in:
parent
74736f0275
commit
13958c2d8e
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ jobs:
|
|||
- name: Upload updated APPINDEX for Luncher
|
||||
shell: bash
|
||||
env:
|
||||
SF_SSH_USER: ${{ secrets.SF_USER }}
|
||||
SF_USER: ${{ secrets.SF_USER }}
|
||||
run: |
|
||||
scp -i sf_key -o IdentitiesOnly=yes APPINDEX "$SF_USER@frs.sourceforge.net:/home/frs/project/spitfire-browser/APPINDEX"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue