- commit
- 265aac7
- parent
- 3251b79
- author
- Eric Bower
- date
- 2023-11-11 00:16:27 -0500 EST
fix(gha): add trailing slash to rsync
      1 files changed, 
      +1,
      -1
    
    
  
        +1,
        -1
      
    1@@ -34,7 +34,7 @@ jobs:
2         with:
3           user: hey
4           key: ${{ secrets.PRIVATE_KEY }}
5-          src: './public'
6+          src: './public/'
7           project: "git-pgit-${{ steps.vars.outputs.sha_short }}"
8           promote: "git-pgit"
9           retain: "git-pgit-"