Skip to content

Commit

Permalink
fix(gha): trailing slash rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Nov 11, 2023
1 parent cd65c07 commit 5dd4a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
user: erock
key: ${{ secrets.PRIVATE_KEY }}
src: './public'
src: './public/'
project: "git-starfx-${{ steps.vars.outputs.sha_short }}"
promote: "git-starfx"
retain: "git-starfx-"

0 comments on commit 5dd4a44

Please sign in to comment.