cross-platform-actions / action

Cross-platform GitHub action
MIT License
128 stars 19 forks source link

Fix #76: Use same options for rsync in both directions #81

Closed mhuijgen closed 7 months ago

mhuijgen commented 7 months ago

Now using the same rsync flags to sync back from VM as rsync to VM uses. Also removed flags -rtopg since they are implied by -a option thats used.

jacob-carlborg commented 7 months ago

You need to compile the TypeScript by running: npm run all. If you look at the output of one of the tests, it's using the same flags as before.

mhuijgen commented 7 months ago

Right forgot about that the build version of typescript is also in the repo. Updated the branch to include the new version of dist/index.js dist/index.js.map

jacob-carlborg commented 7 months ago

Thanks.