Skip to content

Commit

Permalink
Merge branch 'Sushrut1101-ROMs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushrut1101 authored Aug 18, 2022
2 parents 69cbdb6 + 36a11e9 commit a17e66b
Show file tree
Hide file tree
Showing 2 changed files with 675 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sf_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: |
export SF_UPLOAD_DIR=$DEVICE
sshpass -p ${SF_PASS} rsync -ae "ssh -o StrictHostKeyChecking=no" ${TMP_DIR}/* ${SF_USERNAME}@frs.sourceforge.net:/home/frs/project/${SF_PROJECT}/${SF_UPLOAD_DIR}/
sshpass -p ${SF_PASS} rsync -aPe "ssh -o StrictHostKeyChecking=no" ${TMP_DIR}/* --progress -r ${SF_USERNAME}@frs.sourceforge.net:/home/frs/project/${SF_PROJECT}/${SF_UPLOAD_DIR}/
Loading

0 comments on commit a17e66b

Please sign in to comment.