- commit
- 5dd4a44
- parent
- cd65c07
- author
- Eric Bower
- date
- 2023-11-11 05:18:34 +0000 UTC
fix(gha): trailing slash rsync
1 files changed,
+1,
-1
+1,
-1
1@@ -34,7 +34,7 @@ jobs:
2 with:
3 user: erock
4 key: ${{ secrets.PRIVATE_KEY }}
5- src: './public'
6+ src: './public/'
7 project: "git-starfx-${{ steps.vars.outputs.sha_short }}"
8 promote: "git-starfx"
9 retain: "git-starfx-"