Skip to content

Commit

Permalink
Fix upload of guide archive in SourceForge release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFluet committed Dec 31, 2024
1 parent b4a527c commit 7e574d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sourceforge-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
mv localhost ${{ inputs.mlton-version }}
tar czf guide-${{ inputs.mlton-version }}.tgz ${{ inputs.mlton-version }}
rsync -azP --delete -e ssh ${{ inputs.mlton-version }} mlton-webmaster,[email protected]:/home/project-web/mlton/htdocs/guide/
rsync -azP --delete -e ssh guide-${{ inputs.mlton-version }} mlton-webmaster,[email protected]:/home/project-web/mlton/htdocs/guide/
rsync -azP --delete -e ssh guide-${{ inputs.mlton-version }}.tgz mlton-webmaster,[email protected]:/home/project-web/mlton/htdocs/guide/

0 comments on commit 7e574d2

Please sign in to comment.