Skip to content

Commit

Permalink
ci: fix an issue in ROM upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeal8bit committed Sep 1, 2023
1 parent d20287b commit 0401666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_zeal8bitos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
shell: bash
run: |
export NAME=$(git describe --tags).img
lftp --env-password -d sftp://$LFTP_USER@$LFTP_SERVER -e 'set sftp:auto-confirm yes; put -e build/$NAME -o /htdocs/roms/$NAME; put -e index.json -o /htdocs/roms/index.json; bye'
lftp --env-password -d sftp://$LFTP_USER@$LFTP_SERVER -e "set sftp:auto-confirm yes; put -e build/$NAME -o /htdocs/roms/$NAME; put -e index.json -o /htdocs/roms/index.json; bye"
env:
LFTP_USER: ${{ secrets.ZEAL8BIT_USER }}
LFTP_SERVER: ${{ secrets.ZEAL8BIT_SERVER }}
Expand Down

0 comments on commit 0401666

Please sign in to comment.